Skip to main content
PUT
Update
🔑 Requires the actions.update scope.

Authorizations

Authorization
string
header
required

API key from your incident.io dashboard (Settings → API keys)

Path Parameters

id
string
required

Unique identifier for the action

Example:

"01FCNDV6P870EA6S7TK1DSYDG0"

Body

application/json
description
string
required

Description of the action. Supports Markdown.

Example:

"Call the fire brigade"

status
enum<string>
required

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"

assignee_id
string

ID of the user this action is assigned to. Set to null to unassign.

Example:

"01FCNDV6P870EA6S7TK1DSYDG0"

Response

200 - application/json

OK response.

action
object
required