Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Resource UUID
Body
application/vnd.api+json
Response
alert routing rule updated
Update a specific alert routing rule by id. Note: If you are an advanced alert routing user, you should use the Alert Routes endpoint instead of this endpoint. If you don’t know whether you are an advanced user, please contact Rootly customer support.
curl --request PUT \
--url https://api.rootly.com/v1/alert_routing_rules/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/vnd.api+json' \
--data '{
"data": {
"type": "alert_routing_rules",
"attributes": {
"name": "<string>",
"enabled": true,
"alerts_source_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"position": 123,
"owning_team_ids": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
],
"condition_type": "all",
"conditions": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"property_field_type": "attribute",
"property_field_name": "<string>",
"property_field_condition_type": "is_one_of",
"property_field_value": "<string>",
"property_field_values": [
"<string>"
]
}
],
"destination": {
"target_type": "Service",
"target_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
}
}
}'
{
"data": {
"id": "f9300874-a5ca-48ff-969f-0404214f974d",
"type": "alert_routing_rules",
"attributes": {
"name": "Test Alert Routing Rule 1 (Updated)",
"alerts_source_id": "daf5439d-6024-4af4-b8a1-b3be9dfc9acd",
"condition_type": "all",
"enabled": false,
"position": 1,
"destination": {
"id": "2da1af26-9d84-4603-adc2-1d5cb1ba9825",
"target_type": "EscalationPolicy",
"target_id": "c120b28a-79f5-4727-819e-8ea2a2a6d1a9",
"created_at": "2025-10-17T06:16:40.806-07:00",
"updated_at": "2025-10-17T06:16:40.806-07:00"
},
"created_at": "2025-10-17T06:16:40.744-07:00",
"updated_at": "2025-10-17T06:16:44.341-07:00",
"destinations": [
{
"id": "2da1af26-9d84-4603-adc2-1d5cb1ba9825",
"target_type": "EscalationPolicy",
"target_id": "c120b28a-79f5-4727-819e-8ea2a2a6d1a9",
"created_at": "2025-10-17T06:16:40.806-07:00",
"updated_at": "2025-10-17T06:16:40.806-07:00"
}
],
"conditions": []
},
"relationships": {
"owning_teams": {
"data": [
{
"id": "eee494e0-5ba9-4270-bfd7-4ce844020a4f",
"type": "groups"
}
]
}
}
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Resource UUID
Show child attributes
alert routing rule updated
Show child attributes
Was this page helpful?
curl --request PUT \
--url https://api.rootly.com/v1/alert_routing_rules/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/vnd.api+json' \
--data '{
"data": {
"type": "alert_routing_rules",
"attributes": {
"name": "<string>",
"enabled": true,
"alerts_source_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"position": 123,
"owning_team_ids": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
],
"condition_type": "all",
"conditions": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"property_field_type": "attribute",
"property_field_name": "<string>",
"property_field_condition_type": "is_one_of",
"property_field_value": "<string>",
"property_field_values": [
"<string>"
]
}
],
"destination": {
"target_type": "Service",
"target_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
}
}
}'
{
"data": {
"id": "f9300874-a5ca-48ff-969f-0404214f974d",
"type": "alert_routing_rules",
"attributes": {
"name": "Test Alert Routing Rule 1 (Updated)",
"alerts_source_id": "daf5439d-6024-4af4-b8a1-b3be9dfc9acd",
"condition_type": "all",
"enabled": false,
"position": 1,
"destination": {
"id": "2da1af26-9d84-4603-adc2-1d5cb1ba9825",
"target_type": "EscalationPolicy",
"target_id": "c120b28a-79f5-4727-819e-8ea2a2a6d1a9",
"created_at": "2025-10-17T06:16:40.806-07:00",
"updated_at": "2025-10-17T06:16:40.806-07:00"
},
"created_at": "2025-10-17T06:16:40.744-07:00",
"updated_at": "2025-10-17T06:16:44.341-07:00",
"destinations": [
{
"id": "2da1af26-9d84-4603-adc2-1d5cb1ba9825",
"target_type": "EscalationPolicy",
"target_id": "c120b28a-79f5-4727-819e-8ea2a2a6d1a9",
"created_at": "2025-10-17T06:16:40.806-07:00",
"updated_at": "2025-10-17T06:16:40.806-07:00"
}
],
"conditions": []
},
"relationships": {
"owning_teams": {
"data": [
{
"id": "eee494e0-5ba9-4270-bfd7-4ce844020a4f",
"type": "groups"
}
]
}
}
}
}