Update purchased number settings
PUT/api/v2/numbers/purchase
Update a purchased DID number's identity association or call recording setting.
Important notes:
- New identity must contain required documents for the number
call_recording_enabledrequires the account-level "Allow call recording" setting to be on; returns 422 otherwise
Authentication:
- Requires Bearer token in Authorization header:
Authorization: Bearer <token>
Request
Responses
- 200
- 401
- 403
- 422
updates purchased number
returns unauthorized
returns forbidden
returns unprocessable entity with validation error