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: doc/7/controllers/bulk/import/index.md
+11-6Lines changed: 11 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,6 @@ Create, update or delete large amount of documents as fast as possible.
11
11
12
12
This route is faster than the `document:m*` routes family (e.g. [document:mCreate](/sdk/js/6/controllers/document/m-create)), but no real-time notifications will be generated, even if some of the documents in the import match subscription filters.
13
13
14
-
If some documents actions fail, the client will receive a [PartialError](/core/1/api/essentials/errors#partialerror) error.
15
-
16
14
<br/>
17
15
18
16
```js
@@ -70,16 +68,23 @@ Resolves to an object containing 2 properties:
|`created`| <pre>boolean</pre> | True if the document was created |
65
66
66
-
If one or more document creations fail, the promise is rejected and the `error` object contains a [partial error](/core/1/api/essentials/errors#partialerror) error.
67
+
Each errored document is an object of the `errors` array with the following properties:
0 commit comments