API referenceAlerts
`PUT /alerts/system-destinations` — replace the stored destination ids. The stored setting comes back.
PUT
/alerts/system-destinationsRequest Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
PUT /alerts/system-destinations body (rh-rde2vd.6 DB-1, ADR-0067 plan
D1): the destination ids system alerts deliver to. Shape-only validation
at the route — non-empty strings, no duplicates, at most 32; a stale id is
tolerated at delivery, not refused here.
Response Body
application/json
curl -X PUT "https://example.com/alerts/system-destinations" \ -H "Content-Type: application/json" \ -d '{ "system_alert_destination_ids": [ "string" ] }'{ "system_alert_destination_ids": [ "string" ]}