Create a node file
POST/api/create_node_file
Creates a new, empty file at the given path within a node's directory, rejecting the node's reserved files (its configuration and its script) and failing if a file already exists at that location.
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
A file already exists at that location, or the node follows a catalog and its files can't be edited here
Validation Error