Skip to main content
POST
Resolve 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
resolutionNote
string | null
Maximum string length: 2000
resolvedAt
string | null
resolvedBy
ResolveEmergencyResolvedBy · object | null
metadata
Metadata · object | null

Response

Successful Response

emergencyId
string
required
status
string
required
resolvedAt
string
required
resolvedBy
PublicActorRef · object
required

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

resolutionNote
string | null
metadata
Metadata · object | null