Skip to content

FileService Change Log

Steve Ives edited this page Jul 12, 2018 · 2 revisions

V1.1 - February 20th 2018

  • 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).

V1.0 - February 20th 2018

  • Initial release with basic functionality.
  • Released 2/20/2018
Clone this wiki locally