Authorization: Bearer ********************
{
"callqueue-agent-answer-confirmation-enabled": "no",
"callqueue-agent-availability-type": "manual",
"callqueue-agent-wrap-up-allowance-seconds": 10,
"auto-answer-enabled": "yes"
}
curl --location -g --request PUT 'https://awqacore01.crexendocloud.com/ns-api/v2/domains/{{domain}}/callqueues/2032/agents/' \
--header 'Content-Type: application/json' \
--data-raw '{
"callqueue-agent-answer-confirmation-enabled": "no",
"callqueue-agent-availability-type": "manual",
"callqueue-agent-wrap-up-allowance-seconds": 10,
"auto-answer-enabled": "yes"
}'
{
"code": 202,
"message": "Accepted"
}