Update
Update an existing incident action.
PUT
Update
Authorizations
API key from your incident.io dashboard (Settings → API keys)
Path Parameters
Unique identifier for the action
Example:
"01FCNDV6P870EA6S7TK1DSYDG0"
Body
application/json
Description of the action. Supports Markdown.
Example:
"Call the fire brigade"
Status of the action. Setting this to deleted is not allowed; use the delete endpoint instead.
Available options:
outstanding, completed, deleted, not_doing Example:
"outstanding"
ID of the user this action is assigned to. Set to null to unassign.
Example:
"01FCNDV6P870EA6S7TK1DSYDG0"
Response
200 - application/json
OK response.
Update