update_business_ruleset
Change the name, description, or signature of an existing SAS Business Rules rule set. Check the current ruleset first to avoid invalidating rules that reference removed variables.
Instructions
Update an existing SAS Business Rules rule set's name/description/signature.
Changing the signature can invalidate existing rules that reference
removed variables — check with get_business_ruleset first if unsure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Rule set name (max 30 chars). | |
| signature | Yes | Input/output/inOut variables the rules operate on. | |
| ruleset_id | Yes | The existing rule set UUID (not its name — list_business_rulesets returns both). | |
| description | No | Optional description. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||