files/volume/path/filename
The files/volume/path/filename URI manipulates the named file in the named path.
URI path
files/volume/path/filename
Supported request methods
GET
Queries the system for the file at the specified path with the supplied filename. The file contents are returned as the payload of the message response.
PUT
If the named file does not yet exist, adds a new file (with the requested URI) to the system. If the requested file already exists in the system, changes the existing file. The payload of the PUT command become the contents of the file.
DELETE
Removes the specified file from the system.