ruleset_id
in the path and submitting the updated actions
array in the request body. Each action includes a type
(such as trigger-statuspage-update
) and corresponding settings
.This endpoint is essential for refining or replacing automation behavior tied to incident rules. For example, you might update which status page components are affected when a rule triggers.
Use cases:
- Automation updates — Modify how triggered incidents affect external tools like status pages or third-party integrations.
- Integration corrections — Update resource, component, or parent references when IDs or structure change.
- Rule-action realignment — Reassign an action to new targets as incident response strategies evolve.
To review the current actions tied to a ruleset before making updates, use the Get Ruleset Actions endpoint.
Authorization: Bearer YOUR_TOKEN
Expected Behavior:
- On success, the system will update the actions for the specified ruleset.
- If the request is invalid, the system will return an error message with details of the invalid fields.