update_business_rule
Update an existing rule in a SAS Business rule set by providing the rule ID, name, conditions, actions, and tracking preference.
Instructions
Update an existing rule inside a SAS Business Rules rule set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Rule name (max 30 chars). | |
| actions | Yes | List of assignment/return actions to perform when matched. | |
| rule_id | Yes | The specific rule UUID to update. | |
| conditions | Yes | List of conditions (multiple conditions AND together). | |
| ruleset_id | Yes | The parent rule set UUID (not its name — list_business_rulesets returns both). | |
| conditional | Yes | "if" starts a new independent rule chain, "elseif" continues the previous rule's chain, "or" ORs into it. | |
| rule_fired_tracking_enabled | Yes | Whether to record when this rule fires. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||