cURL
curl --request PATCH \ --url https://api.example.com/conversations/{conversation} \ --header 'Content-Type: application/json' \ --data ' { "title": "<string>" } '
Updates conversation properties. Currently supports setting the conversation title; a system message is added to the conversation when the title is changed. Requires manage permission on the conversation.
Conversation ID
New conversation title
Conversation update accepted