Create a node folder
POST/api/create_node_folder
Creates a folder (and any missing parent folders) at the given path within a node's directory, rejecting reserved node files. Succeeds silently if the folder 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
The node follows a catalog, so its files can't be edited here
Validation Error