Notification delivery rules

Update a delivery rule

Replace a positive delivery rule atomically.

put/notification-delivery-rules/{ruleId}

Path parameters

ruleIdstring uuid required

Logical notification delivery rule ID.

Request body

projectIdstring uuid

Project whose notification delivery rules are being managed.

notificationTypesstring[] required
componentIdsstring[]

Stable component registry IDs matched by this rule.

componentIdstring uuid

Deprecated single-component compatibility input.

includeDescendantsboolean

Whether the rule also matches descendant components.

Response

OK

idstring uuid required
projectIdstring uuid required
notificationTypesstring[] required
componentIdstring uuid nullable required
includeDescendantsboolean required
suspendedAtstring date-time nullable required
suspensionReasonstring nullable required
createdAtstring date-time required
updatedAtstring date-time required

Changes

No recorded changes to this endpoint across all 4 revisions of this API.