1.5

Upload File
Submits a file to the File Store using a specific Managed File ID (or Name).
Request takes binary file data as content, and on success returns a response containing the
Managed File ID (or Name) used for the file.
Type: POST
URI:
/rest/serverengine/filestore/file/{fileId}
Parameters:
Path:
l fileId the Managed File ID (or Name) for file in File Store
Request:
Add.
Headers:
auth_token Authorization Token (if server security
settings enabled)
Content: File
Content
Type:
application/octet-stream
Response:
Add.
Headers:
-
Content: Managed File ID (or Name)
Content
Type:
text/plain
Status:
l 200 OK File successfully uploaded to File Store
l 401 Unauthorized Server authentication required
l 403 Forbidden Server authentication has failed
Page 310