Update an extension
PATCH/api/v1/domains/:domain_uuid/extensions/:extension_uuid
Updates an existing extension in the specified domain.
Access rules:
- Caller must have access to the target domain (domain scope).
- Caller must have the
extension_editpermission.
Notes:
- Fields are optional. If a field is omitted, the current value is unchanged.
- Voicemail behavior:
- If
voicemail_enabledis omitted, voicemail settings are unchanged. - If
voicemail_enabledis true, a voicemail box is created (or updated) for this extension. - If
voicemail_enabledis false, voicemail is disabled for this extension.
- If
Request
Responses
- 200
- 401
- 403
- 404
Success
Unauthenticated
Forbidden (domain access)
Not found