Create Golden Config node

Creates a new child node under the specified parent path in a Golden Config tree.

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Path parameters

treeIdstringRequiredformat: "^[0-9a-f]{24}$"
treeId
versionstringRequired
version
parentNodePath(*)stringRequired

Request

request body
parentNodePathstringOptional
namestringOptional

Response

Newly created node
namestring
attributesobject
childrenlist of objects

Errors

500
Internal Server Error