You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/api-core/src/resources/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,7 @@ Upload a file to a bucket in the vault
98
98
99
99
#### `uploadFile(data, config)`
100
100
Method to upload a file. `data` contains FormData elements with a key of either `reference` (if pointed to an existing file) or `filedata` (if uploading a new file)
101
-
`config` should contain `customerId` and `id` (the bucketId)
101
+
`config` should contain `customerId`, `id` (the bucketId), and `clientId`
0 commit comments