update docs
This commit is contained in:
parent
a5fd6507a9
commit
723a3eda8b
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# Upload blob Object
|
||||
# Upload Blob Object
|
||||
|
||||
* `type` String - `blob`.
|
||||
* `blobUUID` String - UUID of blob data to upload.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Upload fileSystem Object
|
||||
# Upload FileSystem Object
|
||||
|
||||
* `type` String - `fileSystem`.
|
||||
* `filsSystemURL` String - FileSystem url to read data for upload.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Upload file Object
|
||||
# Upload File Object
|
||||
|
||||
* `type` String - `file`.
|
||||
* `filePath` String - Path of file to be uploaded.
|
||||
|
|
Loading…
Add table
Reference in a new issue