Move a node file or folder
POST/api/move_node_entry
Moves a file or folder within a node's directory to a new parent folder, keeping its base name, rejecting reserved node files and failing if an item with that name already exists at the destination.
Request
Responses
- 200
- 400
- 404
- 409
- 422
Successful Response
The requested path cannot be modified through this action (it is a reserved node file).
Node not found
An item with that name already exists in the destination folder, or the node follows a catalog and its files can't be edited here
Validation Error