Skip to main content
PATCH
Update an emergency

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

org_id
string
required

Target organization id (from the route path)

emergency_id
string
required

Emergency id

Body

application/json

PATCH body for /orgs/{orgId}/emergencies/{emergencyId} — attribute mutations only.

Resolution lives at POST .../resolutions. At least one field must be supplied.

categoryId
string | null
categoryName
string | null
description
string | null
Maximum string length: 2000
metadata
Metadata · object | null
occurredAt
string | null

Response

Successful Response

emergencyId
string
required
orgId
string
required
status
string
required
externalId
string | null
category
PublicCategoryRef · object | null

Minimal category info embedded on emergencies + webhook payloads.

source
string | null
description
string | null
occurredAt
string | null
createdAt
string | null
resolvedAt
string | null
resolvedBy
PublicActorRef · object | null

Unified actor shape (declaredBy / resolvedBy) for both user and api_key attribution.

declaredBy
PublicActorRef · object | null

Unified actor shape (declaredBy / resolvedBy) for both user and api_key attribution.

location
PublicLocation · object | null
resolutionNote
string | null
metadata
Metadata · object | null