Skip to main content
PUT
Update an incident

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

New title; null preserves current

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

New status; null preserves current

Available options:
INVESTIGATING,
IDENTIFIED,
MONITORING,
RESOLVED
impact
enum<string> | null

New impact level; null preserves current

Available options:
NONE,
MINOR,
MAJOR,
CRITICAL
affectedComponents
object[] | null

Updated affected components; null preserves current

postmortemBody
string | null

Postmortem body in markdown; empty string clears

postmortemUrl
string | null

URL to an external postmortem document; empty string clears

Maximum string length: 2048
Pattern: ^https?://.*

Response

OK

data
object
required