update docs

This commit is contained in:
deepak1556 2016-10-12 23:35:35 +05:30 committed by Kevin Sawicki
parent ad5f944185
commit dbe57c4ad4
6 changed files with 28 additions and 72 deletions

View file

@ -0,0 +1,9 @@
# Upload fileSystem Object
* `type` String - `fileSystem`.
* `filsSystemURL` String - FileSystem url to read data for upload.
* `offset` Integer - Defaults to `0`.
* `length` Integer - Number of bytes to read from `offset`.
Defaults to `0`.
* `modificationTime` Double - Last Modification time in
number of seconds sine the UNIX epoch.