Skip to content

Commit eeede9f

Browse files
committed
multipart v3
1 parent 5a73389 commit eeede9f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/user-guide/doc-odm-user-guide/import-data-using-api.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,8 @@ The API then creates and processes the corresponding import job in the same way
362362

363363
The main difference from the non-multipart import endpoints is how the source file is provided:
364364

365-
* **Multipart endpoints** accept the file directly in the HTTP request body.
365+
* **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.**
366367
* **Non-multipart endpoints** require a `dataLink` that points to the source file in external storage.
367368

368369
!!! tip "Data management"

0 commit comments

Comments
 (0)