v10

latestOpenAPI 3.0.0raw.githubusercontent.com2026-07-0582185581.9 KB
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

titlestring required

New conversation title

Example request

{
  "title": "Q4 Sales Analysis Discussion"
}

Response

Title updated successfully