fix structure headings
This commit is contained in:
parent
b084dc29ea
commit
2b689a21e7
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# Upload FileSystem Object
|
||||
# UploadFileSystem Object
|
||||
|
||||
* `type` String - `fileSystem`.
|
||||
* `filsSystemURL` String - FileSystem url to read data for upload.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Upload File Object
|
||||
# UploadFile Object
|
||||
|
||||
* `type` String - `file`.
|
||||
* `filePath` String - Path of file to be uploaded.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Upload RawData Object
|
||||
# UploadRawData Object
|
||||
|
||||
* `type` String - `rawData`.
|
||||
* `bytes` Buffer - Data to be uploaded.
|
||||
|
|
Loading…
Reference in a new issue