Skip to main content
POST
Publish a draft incident (sets publishedAt, applies component statuses, notifies subscribers)

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
title
string | null

Customer-facing title; null keeps draft value

Maximum string length: 500
impact
enum<string> | null

Impact level; null keeps draft value

Available options:
NONE,
MINOR,
MAJOR,
CRITICAL
status
enum<string> | null

Incident status; null keeps draft value (must be an active status)

Available options:
INVESTIGATING,
IDENTIFIED,
MONITORING,
RESOLVED
body
string | null

Initial update body; null keeps draft value

affectedComponents
object[] | null

Affected components; null keeps draft value

notifySubscribers
boolean | null

Whether to notify subscribers (default: true)

Response

OK

data
object
required