Skip to main content

Update phone number

PATCH 

/api/v1/domains/:domain_uuid/phone-numbers/:destination_uuid

Updates a phone number within the specified domain.

Access rules:

  • Caller must be authenticated.
  • Caller must have access to the target domain (domain scope via middleware).
  • Caller must have the destination_edit permission.

Notes:

  • This endpoint is PATCH-like: only provided fields are updated.

Request

Responses

Success