PUT
/
v1
/
escalation_levels
/
{id}
curl --request PUT \
  --url https://api.rootly.com/v1/escalation_levels/%7Bid%7D \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
  --header 'content-type: application/vnd.api+json'
{
  "data": {
    "id": "d4491056-4836-49f6-b9b0-315366f4928f",
    "type": "escalation_levels",
    "attributes": {
      "escalation_policy_path_id": null,
      "position": 1,
      "delay": 5,
      "escalation_policy_id": "3de3b327-a63b-481b-b69e-94baf7de3d6f",
      "created_at": "2025-03-13T12:00:16.947-07:00",
      "updated_at": "2025-03-13T12:00:16.947-07:00",
      "notification_target_params": [
        {
          "id": "CX21345",
          "type": "slack_channel",
          "team_members": "all"
        }
      ]
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Body

application/vnd.api+json
data
object
required

Response

200
application/vnd.api+json
escalation policy updated with notification_target set with slack_channel_id instead of slack_channel uuid
data
object
required