Update a node's parent
PUT/pcm/hierarchies/:hierarchyID/nodes/:nodeID/relationships/parent
Changes the parent of the specified node. The new parent node must be located within the same hierarchy as the specified node.
You cannot move a node to another hierarchy. If you want to put the specified node into another hierarchy, create the node in the target hierarchy and delete it from the current hierarchy.
Request
Responses
- 204
- 403
- 404
- 422
- 500
No Content
Forbidden
Bad Request. Not Found.
Bad request. The request failed validation.
Internal server error. There was a system failure in the platform.