Skip to main content
POST
Post an incident timeline update

Authorizations

Authorization
string
header
required

API key (dh_live_...) or Auth0 JWT token

Path Parameters

id
string<uuid>
required
incidentId
string<uuid>
required

Body

application/json
status
enum<string>
required

Incident status at this point in the timeline

Available options:
INVESTIGATING,
IDENTIFIED,
MONITORING,
RESOLVED
body
string
required

Update body in markdown

Minimum string length: 1
notifySubscribers
boolean | null

Whether to email confirmed subscribers about this update (default: true)

affectedComponents
object[] | null

Updated affected components; null preserves current

Response

Created

data
object
required