docs: add missing upload 'method' attribute documentation (#4008)

This commit is contained in:
Marco Velarde 2021-10-24 15:20:02 -05:00 committed by GitHub
parent 5cd8be2434
commit 174756b73d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,6 +86,7 @@ upload/manual
| ---------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------- | ------------------------- | ------- |
| action | required, request URL | string | — | — |
| headers | request headers | object | — | — |
| method | set upload request method | string | post/put/patch | post |
| multiple | whether uploading multiple files is permitted | boolean | — | — |
| data | additions options of request | object | — | — |
| name | key name for uploaded file | string | — | file |