Summary
Updates properties of a Golden Config tree version
Description
Updates properties of the specified Golden Config tree version
Route
PUT /configuration_manager/configs/:treeId/:version
Roles
admin
apiwrite
Parameters
DetailsExampleSchema
| Name | Type | Required | Description |
|---|---|---|---|
| treeId | string | yes | - |
| version | string | yes | - |
| name | string | yes | New name of the tree version. |
| variables | object | yes | The configuration variables defined on this version. |
Return
DetailsExampleSchema
| Name | Type | Description |
|---|---|---|
| updateResult | object | status of creation and the new tree, if successful |