POST
https://uptime.betterstack.com/api/v2/urgencies/{urgency_id}
URL parameters
urgency_id
required
integer
The ID of the severity you want to update
Headers
Authorization
required
string
Bearer $TOKEN
Content_Type
string
application/json
Body parameters
name
required
string
The name of this severity.
sms
required
boolean
Whether to send SMS when a new incident is created.
call
required
boolean
Whether to call when a new incident is created.
email
required
boolean
Whether to send email when a new incident is created.
push
required
boolean
Whether to send push notification when a new incident is created.