cURL
curl --request PATCH \ --url https://api.voxo.co/v2/messaging/conversations/name/{conversationId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "conversationName": "<string>" } '
{ "conversationId": 123, "conversationName": "<string>" }
Update the display name of a conversation
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Conversation ID
New conversation name
Updated conversation name
Was this page helpful?
Contact support