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_editpermission.
Notes:
- This endpoint is PATCH-like: only provided fields are updated.
Request
Responses
- 200
- 400
- 401
- 404
- 422
- 500
Success
Invalid destination UUID
Unauthenticated
Phone number not found
Validation error
Internal server error