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.
Changes
Changed in 3 of the 27 revisions of this API.211
- ▲
added the new required
headerrequest parameterx-ms-optionsnew-required-request-parameter
- ●
deleted the
headerrequest parameterx-ms-moderequest-parameter-removed
- ▲
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
- ▲