ruleset_id
in the path and submitting the updated rule configuration in the request body. You can modify fields such as the type
of the rule (e.g., state-change
), the list of conditions
, urgency
, description
, name
, and assigned assignees
(e.g., team IDs).This endpoint is useful for refining how and when incidents are triggered, adjusting team responsibilities, or evolving your alert routing logic as infrastructure or workflows change.
Use cases:
- Policy adjustments — Modify existing rules to reflect updated monitoring logic or operational policies.
- Team ownership changes — Reassign incident ownership by updating team IDs or assignee lists.
- Priority tuning — Adjust urgency levels and descriptions to better align with your response process.
To view current rules, see Get Rulesets.
To create new rules, use Create Ruleset.
Authorization: Bearer YOUR_TOKEN
Expected Behavior:
- On success, the system will update the ruleset and return a success message.
- If the request is invalid, the system will return an error message with details of the invalid fields.