Skip to main content
PUT/api/management/projects/{projectId}/nodes/{nodeId}/parentId

Parameters

NameParameter typeTypeFormatDescriptionExampleRequired
projectIdpathstringThe project identifier found in the project overview screen of the management consolemovieDbtrue
nodeIdpathstringuuidThe node identifier as a 128 bit GUIDtrue
nodebodyobjectnodeThe node object to updatetrue

Responses

HTTP status codeReasonModel
204Success
401UnauthorizedError
404Project not foundError
404Node not foundError
409Resource already exists in target locationError
422Validation errorError
500Internal server errorError
204Node moved

Examples

Change the parent id to move the node

HTTP
1
2
3
PUT: /api/management/projects/website/nodes/d6bdea41-729c-4a07-85bf-a392aa0afc2b/parentId "f3322e4f-72b5-4064-be88-fcfed6c82635"

Still need help?

New support request