Create a new severity
cURL
curl --request POST \ --url https://api.incident.io/v1/severities \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "description": "Issues with **low impact**.", "name": "Minor", "rank": 1 } '
{ "severity": { "created_at": "2021-08-17T13:28:57.801578Z", "description": "Issues with **low impact**.", "id": "01FCNDV6P870EA6S7TK1DSYDG0", "name": "Minor", "rank": 1, "updated_at": "2021-08-17T13:28:57.801578Z" } }
API key from your incident.io dashboard (Settings → API keys)
Description of the severity
"Issues with **low impact**."
Human readable name of the severity
50
"Minor"
Rank to help sort severities (lower numbers are less severe)
1
Created response.
Show child attributes
Was this page helpful?
Contact support