Change Log

FileService

Change Log

 

V1.1

 

Added chunked upload.

The create a file operation was altered such that it no longer returns the server file spec in the response body. Rather it now follows REST best practices by returning the URL that can be used to retrieve the new file via the Location response header, and also returns the server file spec via the ServerFileSpec response header. The success status code was changed from 200 (OK) to 201 (created).

Released 2/21/2018

 

V1.0

 

Initial release with basic functionality.

Released 2/20/2018