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 cf406a5 commit 16ab02bCopy full SHA for 16ab02b
index.js
@@ -13,6 +13,7 @@ export type NotificationArgs = {
13
export type StartUploadArgs = {
14
url: string,
15
path: string,
16
+ method: 'PUT' | 'POST',
17
// Optional, because raw is default
18
type?: 'raw' | 'multipart',
19
// This option is needed for multipart type
0 commit comments