Create
deprecated
Create a new incident role
POST
Create
Authorizations
API key from your incident.io dashboard (Settings → API keys)
Body
application/json
Describes the purpose of the role
Minimum string length:
1Example:
"The person currently coordinating the incident"
Provided to whoever is nominated for the role. Note that this will be empty for the 'reporter' role.
Example:
"Take point on the incident; Make sure people are clear on responsibilities"
Human readable name of the incident role
Minimum string length:
1Example:
"Incident Lead"
DEPRECATED: this will always be false.
Example:
false
Short human readable name for Slack. Note that this will be empty for the 'reporter' role.
Example:
"lead"
Response
201 - application/json
Created response.
Example:
{
"created_at": "2021-08-17T13:28:57.801578Z",
"description": "The person currently coordinating the incident",
"id": "01FCNDV6P870EA6S7TK1DSYDG0",
"instructions": "Take point on the incident; Make sure people are clear on responsibilities",
"name": "Incident Lead",
"required": false,
"role_type": "lead",
"shortform": "lead",
"updated_at": "2021-08-17T13:28:57.801578Z"
}
Create