Ai chats
Update ai chat
Update an AI chat's title, notification preferences, or associated account context.
Required permissions:
- ai_chat:update
patch/ai_chats/{id}
Path parameters
idstring required
Example:aich_xxxxxxxxxxxxx
The unique identifier of the AI chat to update (e.g., "ai_chat_XXXXX").
Request body
Response
A successful response
Example response
{
"blended_token_usage": "123.45",
"created_at": "2023-12-01T05:00:00.401Z",
"id": "aich_xxxxxxxxxxxxx",
"last_message_at": "2023-12-01T05:00:00.401Z",
"message_count": 42,
"title": "Weekly Revenue Analysis",
"updated_at": "2023-12-01T05:00:00.401Z",
"user": {
"id": "user_xxxxxxxxxxxxx"
}
}Changes
Changed in 2 of the 74 revisions of this API.12
- ○
added the required property
to the response with the statusresponse-required-property-added
- ○
- ●
removed the request property
request-property-removed
- ○
added the new optional request property
new-optional-request-property
This revision also has 9 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
Of the 74 revisions, 1 has no diff computed.