PATCH
/
api
/
ai
/
configurations
/
{id}
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Body

application/json
systemPrompt
string

Updated system prompt

Response

AI configuration updated successfully

message
string