FileSystem
Upload
Upload a file to the server.
post/v2/filesystem/upload
Headers
x-ms-connectionstring required
The connection information identifying the server to connect to perform the operation on. This is passed as json serialized via the header "x-ms-connection"
x-ms-targetstring required
The file object to upload. This is passed as json serialized via the header "x-ms-target"
x-ms-optionsstring required
The file write options to use passed as header "x-ms-mode"
Response
The operation was successful or the response payload contains relevant error information.