update docs

This commit is contained in:
deepak1556 2016-10-20 15:47:16 +05:30 committed by Kevin Sawicki
parent a5fd6507a9
commit 723a3eda8b
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
# Upload blob Object
# Upload Blob Object
* `type` String - `blob`.
* `blobUUID` String - UUID of blob data to upload.

View file

@ -1,4 +1,4 @@
# Upload fileSystem Object
# Upload FileSystem Object
* `type` String - `fileSystem`.
* `filsSystemURL` String - FileSystem url to read data for upload.

View file

@ -1,4 +1,4 @@
# Upload file Object
# Upload File Object
* `type` String - `file`.
* `filePath` String - Path of file to be uploaded.