Update
Update an existing incident role
PUT
Update
Documentation Index
Fetch the complete documentation index at: https://docs.incident.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key from your incident.io dashboard (Settings → API keys)
Path Parameters
Unique identifier for the role
Example:
"01FCNDV6P870EA6S7TK1DSYDG0"
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"
Short human readable name for Slack. Note that this will be empty for the 'reporter' role.
Example:
"lead"
Response
200 - application/json
OK response.
Update