update_decision_flow
Replace an entire SAS Intelligent Decisioning flow by providing all rule set steps, updating its name, signature, and description in one operation.
Instructions
Update an existing SAS Intelligent Decisioning flow.
Pass ALL rule set steps (existing + new) — the full flow is replaced on update, it is not a partial patch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Decision name (max 60 chars). | |
| signature | Yes | Flow-level input/output variables. | |
| decision_id | Yes | The existing decision flow UUID (not its name — list_decision_flows returns both). | |
| description | No | Optional description. | |
| rule_set_steps | Yes | Ordered list of rule set steps (see ``create_decision_flow`` for the shape). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||