We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16ab02b commit cdec1bcCopy full SHA for cdec1bc
index.js
@@ -13,7 +13,7 @@ export type NotificationArgs = {
13
export type StartUploadArgs = {
14
url: string,
15
path: string,
16
- method: 'PUT' | 'POST',
+ method?: 'PUT' | 'POST',
17
// Optional, because raw is default
18
type?: 'raw' | 'multipart',
19
// This option is needed for multipart type
0 commit comments