cURL
curl --request POST \ --url https://api.qtzl.ai/chat/update \ --header 'Content-Type: application/json' \ --header 'api-key: <api-key>' \ --data '{ "chat_id": "<string>", "participants": [ { "id": "<string>", "locale": "<string>", "name": "<string>" } ] }'
{ "result": "ok", "message": "Chat has been updated successfully" }
Updates the locale and role information for chat participants
API key authentication. You can obtain your API key by registering on your project dashboard.
Chat successfully updated
The response is of type object.
object