Rename a node file or folder
POST/api/rename_node_entry
Renames a file or folder within a node's directory to new_name,
keeping it in the same parent folder, rejecting reserved node files and
failing if an item with the new name already exists.
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, or the node follows a catalog and its files can't be edited here
Validation Error