update_suppression_rule
Update an existing suppression rule's name, description, or conditions by providing the rule ID and setting confirm to true. Requires explicit user approval for safety.
Instructions
Update an existing suppression rule (name, description, or conditions). WRITE OPERATION — requires confirm: true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customer | No | StepSecurity customer/tenant identifier. Optional — falls back to STEP_SECURITY_CUSTOMER env var. | |
| ruleId | Yes | Rule id to update | |
| name | No | ||
| description | No | ||
| conditions | No | ||
| confirm | Yes | Set to true to actually execute the write. Any other value (including omitted) returns an error — this is a safety check so the LLM cannot write without explicit user approval. |