app-configuration_manager

On this page:

updateGoldenConfigNode

Summary

Update properties of a node in a Golden Config tree.

Description

Update properties of the specified Golden Config node.

Route

PUT /configuration_manager/configs/:treeId/:version/:nodePath(*)

Roles

admin apiwrite

Parameters

DetailsExampleSchema
Name Type Required Description
treeId string yes -
version string yes -
nodePath string yes -
name string yes New name of the node
attributes object yes Attributes to update. Will be shallow merged.

Return

DetailsExampleSchema
Name Type Description
updateNodeResult object -