fix structure headings

This commit is contained in:
Zeke Sikelianos 2016-11-14 14:54:16 -08:00
parent b084dc29ea
commit 2b689a21e7
3 changed files with 3 additions and 3 deletions

View file

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

View file

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

View file

@ -1,4 +1,4 @@
# Upload RawData Object
# UploadRawData Object
* `type` String - `rawData`.
* `bytes` Buffer - Data to be uploaded.