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.
Quetzal chat ID (ex: QTZLC001) or external ID of the chat
List of participants to update
1
Show child attributes
Chat successfully updated
"ok"
"Chat has been updated successfully"