Updates the custom title of a conversation.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The unique identifier of the app.
The unique identifier of the conversation.
The new custom title for the conversation. Set to null to clear the custom title.
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>"
}