cURL
curl --request PATCH \ --url https://api.example.com/api/conversations/{conversation_id} \ --header 'Content-Type: application/json' \ --data ' { "title": "<string>" } '
{ "success": true }
Update conversation metadata.
This endpoint allows updating conversation details like title.
Payload to update conversation metadata.
New conversation title
1 - 200
Successful Response
Was this page helpful?