Authorization: Bearer ********************
{
"queue_name": "6005",
"domain": "{{domain}}",
"description": "My Call queue (updated)",
"huntgroup_option": "RingAll",
"run_stats": "no"
}
curl --location -g --request PUT 'https://awqacore01.crexendocloud.com/ns-api/v2/domains/{{domain}}/callqueues/' \
--header 'Content-Type: application/json' \
--data-raw '{
"queue_name": "6005",
"domain": "{{domain}}",
"description": "My Call queue (updated)",
"huntgroup_option": "RingAll",
"run_stats": "no"
}'
{
"code": 0,
"message": "string"
}