docs: uploadData is optional
This commit is contained in:
parent
f820b0db83
commit
d195cc3796
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ should be called with a `redirectRequest` object that has the `url`, `method`,
|
|||
* `url` String
|
||||
* `method` String
|
||||
* `session` Object (optional)
|
||||
* `uploadData` Object
|
||||
* `uploadData` Object (optional)
|
||||
|
||||
By default the HTTP request will reuse the current session. If you want the
|
||||
request to have a different session you should set `session` to `null`.
|
||||
|
|
Loading…
Add table
Reference in a new issue