Update
Update an existing incident follow-up.
Authorizations
API key from your incident.io dashboard (Settings → API keys)
Path Parameters
Unique identifier for the follow-up
"01FCNDV6P870EA6S7TK1DSYDG0"
Body
Status of the follow-up. Setting this to deleted is not allowed; use the delete endpoint instead.
outstanding, completed, deleted, not_doing "outstanding"
Title of the follow-up
"Add alerting on replica lag"
ID of the user this follow-up is assigned to. Set to null to unassign.
"01FCNDV6P870EA6S7TK1DSYDG0"
ID of the team this follow-up is assigned to. Set to null to unassign.
"01FCNDV6P870EA6S7TK1DSYDG0"
Description of the follow-up. Supports Markdown.
"Call the fire brigade"
ID of the category for this follow-up
"01GNW4BAQ7XRMFF6FHKNXDFPRW"
ID of the priority for this follow-up
"01GNW4BAQ7XRMFF6FHKNXDFPRW"
Labels associated with this follow-up
["bug", "urgent"]Response
OK response.