update_suppression_rule
Point one existing suppression rule at another field and value, when a rule is too wide, too narrow or simply wrong. To retarget a rule, call list_suppression_rules to read the rule ids and their coverage, call preview_suppression_rule with the field and value you mean to move it to, then call this with the id and that field and value. The rule keeps its id, its author and the day it was added, so the notifications it withheld stay counted from then. The issues the old value hid return to the default list at once and are announced again from their next event; the issues the new value matches take their place. Use delete_suppression_rule instead when the whole rule should go.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The rule id (from list_suppression_rules) | |
| field | Yes | SERVICE, ENVIRONMENT, EXCEPTION_TYPE or TITLE | |
| value | Yes | The literal value to match, 1 to 200 characters |