Skip to main content
POST
Add an update to an incident (optionally change status)

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

Body

application/json
notifySubscribers
boolean
required

Whether to notify subscribers of this update

body
string | null

Update message or post-mortem notes

newStatus
enum<string> | null

Updated incident status; null to keep current status

Available options:
WATCHING,
TRIGGERED,
CONFIRMED,
RESOLVED

Response

Created

data
object
required