Skip to content

Update AI Settings

PATCH
/ai

Updates AI configuration settings such as API keys, model selection, and connection parameters. Admin access required.

Authorizations

BearerAuth

Enter your session token to authenticate API requests

TypeHTTP (bearer)

Request Body

application/json
JSON
{
"enabled": true,
"provider": "string",
"model": "string",
"apiKey": "string",
"apiUrl": "string"
}

Responses

Updated AI settings
application/json
JSON
{
}

Playground

Server
Authorization
Body

Samples

Powered by VitePress OpenAPI

Distributed under the MIT License