Update a node | Move a node | Change the Versions Control setting for a Folder

PUT {{baseUrl}}/v1/nodes/:id

Updates a node's info
Moves a node
Changes the Versions Control setting for a folder.

NOTE: The 'body' parameter must be used. This 'body' parameter contains a JSON string, and must be specified in the Body as a key-value pair where the key is 'body' and the value is the JSON string. See the [IMPLEMENTATION NOTES] for more details.

Update a Folder's name and description:

body : { name:New Name, description:New Description }

Update a Folder's name and description while passing in a metadata token:

body : { name:New Name, description:New Description, metadata_token:f0c0701a58c2cb03a955deb1ab2af306 }

Move a node to a folder with ID 5678

body : { parent_id:5678 }

Change the Versions Control setting for a folder

body : { versions_control_advanced:true }

Change the Versions Control setting for a folder and apply to its Sub-Items

body : { versions_control_advanced:true, apply_to:2 }

Request Body

[{"name"=>"description", "value"=>"ullamco qui eu dolore", "datatype"=>"string"}, {"name"=>"description_multilingual", "value"=>"proident", "datatype"=>"string"}, {"name"=>"name", "value"=>"ullamco ea do sint", "datatype"=>"string"}, {"name"=>"name_multilingual", "value"=>"proident ad tem", "datatype"=>"string"}, {"name"=>"versions_control_advanced", "value"=>"false", "datatype"=>"boolean"}, {"name"=>"apply_to", "value"=>"2", "datatype"=>"number"}, {"name"=>"parent_id", "value"=>"-94780678", "datatype"=>"number"}, {"name"=>"metadata_token", "value"=>"esse in laborum qui", "datatype"=>"string"}]

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

""