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.
Path parameters
Unique conversation identifier
Request body
Example request
{
"title": "Q4 Sales Analysis Discussion"
}Response
Title updated successfully
Changes
Changed in 2 of the 15 revisions of this API.113
- ●
added the new
tool_callenum value to theconversation/messages/items/messageTyperesponse property for the response status200response-property-enum-value-added
- ○
added the optional property
conversation/messages/items/partsto the response with the200statusresponse-optional-property-added
- ○
added the optional property
conversation/messages/items/reasoningto the response with the200statusresponse-optional-property-added
- ○
added the optional property
conversation/messages/items/toolsto the response with the200statusresponse-optional-property-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ▲
the response property
conversation/messages/items/confidencebecame nullable for the status200response-property-became-nullable
- ▲