Skip to content

Reorder the levels of an escalation policy.

PUT
/escalation_policy/{policy_id}/level/reorder
curl --request PUT \
--url https://api.siteqwality.com/escalation_policy/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/level/reorder \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "level_ids": [ "2489E9AD-2EE2-8E00-8EC9-32D5F69181C0" ] }'
policy_id
required
string format: uuid

Escalation policy identifier

Media type application/json
object
level_ids
required
Array<string>
Example generated
{
"level_ids": [
"2489E9AD-2EE2-8E00-8EC9-32D5F69181C0"
]
}

Levels reordered

Invalid request body

Missing or invalid authentication

Internal server error