Last modified:2026-08-16 16:48:45
OperationId:UpdateDomainPark
Only the label is editable. Moving a park to a different extension means creating the new one and deleting the old, the same as for a queue.
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
or
Body Params application/jsonRequired
curl --location --request PUT 'https://awqacore01.crexendocloud.com/ns-api/v2/domains//parks/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"description": "Front Desk Park"
}'
Response Response Example
{
"code": 0,
"message": "string"
}
Modified at 2026-08-16 16:48:45