Conversations
Update conversation title
Update the title of a conversation.
Overview:
Conversation titles are auto-generated from the first query by default. Use this endpoint to set a custom, more descriptive title.
Title limits:
- Minimum: 1 character
- Maximum: 200 characters
Permissions:
The conversation must exist, belong to the calling user's organization, be owned by the caller (matched on userId), and not be soft-deleted.
patch/conversations/{conversationId}/title
Path parameters
conversationIdstring objectId required
Unique conversation identifier
Request body
Example request
{
"title": "Q4 Sales Analysis Discussion"
}Response
Title updated successfully