update_business_ruleset
Update an existing SAS Business Rules rule set's metadata. Modify its name, description, or signature; check the current rule set 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 | |||