Skip to main content
PATCH
/
v2
/
messaging
/
conversations
/
name
/
{conversationId}
Rename Conversation
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>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

conversationId
string
required

Conversation ID

Body

application/json
conversationName
string
required

New conversation name

Response

Updated conversation name

conversationId
number
required

Conversation ID

conversationName
string
required

Updated conversation name