Skip to main content
PUT
Update a notification policy

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

Body

application/json

Request body for updating a notification policy (null fields are preserved)

name
string | null

Human-readable name for this policy; null preserves current

Maximum string length: 255
description
string | null

New note; null preserves current, empty string clears

Maximum string length: 500
matchRules
object[] | null

Match rules to evaluate (all must pass; omit or empty for catch-all)

escalation
object | null

Escalation chain defining which channels to notify; null preserves current

enabled
boolean | null

Whether this policy is enabled; null preserves current

priority
integer<int32> | null

Evaluation priority; higher value = evaluated first; null preserves current

Response

OK

data
object
required

Org-level notification policy with match rules and escalation chain