Summary
Create a new node in a Golden Config tree.
Description
Create a new node in the specified Golden Config tree.
Route
POST /configuration_manager/configs/:treeId/:version/:parentNodePath(*)
Roles
            admin
apiwrite
          
          Parameters
            DetailsExampleSchema
          
          | Name | Type | Required | Description | 
|---|---|---|---|
| treeId | string | yes | - | 
| version | string | yes | - | 
| parentNodePath | string | yes | - | 
| name | string | yes | Name of the new node | 
Return
            DetailsExampleSchema
          
          | Name | Type | Description | 
|---|---|---|
| node | object | Newly created node |