Updates a dial plan's description.The path names the plan, and a plan cannot be renamed. The response is 202: the change is published and applied within a few seconds, so a read straight after it may not show the change yet.This is the admin-only form of the endpoint, for the platform-shared dial plans whose domain is admin-only. Requires Super User scope. Super User Read Only can use GET; every other scope gets 403. The server sets domain to admin-only itself. For a plan that belongs to a domain, use the /domains/{domain}/dialplans/... form.
Request
Authorization
Bearer Token
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
or
Path Params
Body Params application/json
Examples
Responses
🟢202Accepted
application/json
The change is published and applied within a few seconds.
Bodyapplication/json
🟠400Bad Request
🟠401Unauthorized
🟠403Forbidden
🟠404Record Not Found
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request PUT 'https://awqacore01.crexendocloud.com/ns-api/v2/dialplans/DID Table' \
--header'Authorization: Bearer <token>' \
--header'Content-Type: application/json' \
--data'{
"dial-rule-description": "Platform DID routing"
}'