Updated Transaction Upload API (markdown)
parent
0e40fa2703
commit
64907cdcbf
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Transaction Upload API
|
# Transaction Upload API
|
||||||
|
|
||||||
_Last Updated 2017-04-19_
|
_Last Updated 2017-04-20_
|
||||||
|
|
||||||
## `POST /api/upload`
|
## `POST /api/upload`
|
||||||
|
|
||||||
Takes a `multipart/form-data` upload, with the following parts:
|
Takes a `multipart/form-data` upload, with the following parts:
|
||||||
|
|
||||||
* File under the form key `file2`
|
* File under the form key `file`
|
||||||
* JSON Object with required arguments under `json` key
|
* JSON Object with required arguments under `json` key
|
||||||
|
|
||||||
The JSON can be one of the following types:
|
The JSON can be one of the following types:
|
||||||
|
|
Reference in a new issue