v13
latestOpenAPI 3.1.02026-08-07150119167.6 KBSDK API
Edit Chat
Updates a chat
This endpoint allows users to update Chats fields of a chat identified by its chat_id.
- chat_id: The unique identifier of the chat to be patched. This field cannot be updated.
- request: A ChatRequest object containing the fields to be updated. All fields will be updated, if a field is not provided default values will be used. The ID of the user who owns the chat and the chat's ID cannot be updated.
Responses:
- 200: Returns the updated ChatModel.
- 404: If the chat is not found.
- 500: If there is an internal server error.
put/v1/agents/{chat_id}
Path parameters
chat_idstring required
Request body
Response
Agent successfully updated