Authorization: Bearer ********************
{
"enable": "yes",
"from_name": "611 - [*]",
"from_user": "[*]",
"from_host": "<OwnDomain>",
"plan_description": "611 - (updated)"
}
curl --location -g --request PUT 'https://awqacore01.crexendocloud.com/ns-api/v2/domains/{{domain}}/dialplans/{{domain}}/dialrules/' \
--header 'Content-Type: application/json' \
--data-raw '{
"enable": "yes",
"from_name": "611 - [*]",
"from_user": "[*]",
"from_host": "<OwnDomain>",
"plan_description": "611 - (updated)"
}'
{
"code": 0,
"message": "string"
}