Update a decision model variant
GET /v2/decisionModelVariants/<decisionModelVariantRef>
Updates a decision model variant.
| Attribute | Type | Description | Example |
|---|---|---|---|
decisionModelVariantRef | string | The reference of the decision model variant. If you do not know the decision model variant reference, first retrieve decision model variants. | c682b6b6-934b-415b-bc46-ce6184809156 |
At a minimum, you must provide the following required attributes in the request body:
| Attribute | Type | Description | Example |
|---|---|---|---|
name | string | The name of the decision model. | "Determine Ancillary Upsell Variant 2" |
definition | string | The definition of the decision model variant that belongs to the decision canvas. | "mys3cr3tstr1ingforauth1!x" |
If you have suggestions for improving this article, let us know!