Update conversation
Updates the custom title of a conversation.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The unique identifier of the app.
The unique identifier of the conversation.
Body
The new custom title for the conversation. Set to null to clear the custom title.
Response
OK
Unique identifier for the conversation.
Unix timestamp (in seconds) of when the conversation was created.
The object type. Always 'conversation'.
The external user identifier associated with this conversation, if one was provided at creation.
The custom title set for this conversation, if any.
AI-generated conversation title in supported locales. Keys are locale codes (e.g. 'en-ca', 'fr-ca').
{
"en-ca": "<generated title in English>",
"fr-ca": "<generated title in French>"
}The latest metadata snapshot associated with this conversation, if any has been provided.
{
"first_name": "John",
"last_name": "Doe",
"city": "Montreal"
}
