We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a73389 commit eeede9fCopy full SHA for eeede9f
docs/user-guide/doc-odm-user-guide/import-data-using-api.md
@@ -362,7 +362,8 @@ The API then creates and processes the corresponding import job in the same way
362
363
The main difference from the non-multipart import endpoints is how the source file is provided:
364
365
-* **Multipart endpoints** accept the file directly in the HTTP request body.
+* **Multipart endpoints** accept the file directly in the HTTP request body via `file` parameter. Please note that
366
+ **the `file` parameter must always be placed last in the list of request parameters.**
367
* **Non-multipart endpoints** require a `dataLink` that points to the source file in external storage.
368
369
!!! tip "Data management"
0 commit comments