Move a node
Log in to add to favouritesPUT/api/management/projects/{projectId}/nodes/{nodeId}/parentId
Parameters
Name | Parameter type | Type | Format | Description |
---|---|---|---|---|
projectId(required) | path | string | - | The project identifier found in the project overview screen of the management console. |
nodeId(required) | path | string | uuid | The node identifier as a 128 bit GUID |
node(required) | body | object | node | The node object to update |
Responses
Examples
Change the parent id to move the node
PUT: /api/management/projects/website/nodes/d6bdea41-729c-4a07-85bf-a392aa0afc2b/parentId
"f3322e4f-72b5-4064-be88-fcfed6c82635"