Skip to main content
PATCH
/
v1
/
voice
/
caller-ids
/
{id}
Update CNAM display name
curl --request PATCH \
  --url https://api.revdesk.com/v1/voice/caller-ids/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "cnam_display_name": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

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

Headers

Idempotency-Key
string

UUID — when present, deduplicates repeat submissions. See /api-reference/idempotency.

Path Parameters

id
string
required

Body

application/json
cnam_display_name
string
required
Required string length: 1 - 15

Response

Success

The response is of type object.