We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 209d60e commit 12fe0f7Copy full SHA for 12fe0f7
README.md
@@ -184,7 +184,9 @@ It also expects a content disposition header per request part in the batch.
184
185
Therefore you will need to setup the library to do this. Add the below to your config object when initialising the batch endpoint.
186
187
+```language-javascript
188
{
- batchRequestHeaders: {'Content-disposition': 'form-data'}
189
+ batchRequestHeaders: {'Content-disposition': 'form-data'},
190
batchPartRequestHeaders: {'Content-disposition': 'form-data'}
191
}
192
+```
0 commit comments