English
Update a specific alert urgency by id
curl --request PUT \ --url https://api.rootly.com/v1/alert_urgencies/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/vnd.api+json' \ --data '{ "data": { "type": "alert_urgencies", "attributes": { "name": "<string>", "description": "<string>", "position": 123 } } }'
{ "data": { "id": "d4304a57-09a6-496c-85cb-ffb3558f59aa", "type": "alert_urgencies", "attributes": { "name": "High (Updated)", "description": "Culpa laborum voluptas magni.", "position": 2, "created_at": "2025-07-06T14:05:28.599-07:00", "updated_at": "2025-07-06T14:05:31.972-07:00" } } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
alert urgency updated
The response is of type object.
object
Was this page helpful?