cURL
curl --request PATCH \ --url https://api.example.com/api/ai/configurations/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "systemPrompt": "<string>" } '
{ "message": "<string>" }
Update an existing AI configuration’s system prompt
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Updated system prompt
AI configuration updated successfully