Skip to content

Commit a1383c4

Browse files
committed
DOCSP-13725 update returns section with array name
1 parent f1f1855 commit a1383c4

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

source/reference/method/db.collection.insertMany.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,12 @@ Definition
7777

7878
A document containing:
7979

80-
- A boolean ``acknowledged`` as ``true`` if the operation ran with
81-
:term:`write concern` or ``false`` if write concern was disabled
80+
- An ``acknowledged`` boolean, set to ``true`` if the operation
81+
ran with :term:`write concern` or ``false`` if write concern
82+
was disabled
8283

83-
- An array of ``_id`` for each successfully inserted documents
84+
- An ``insertedIds`` array, containing ``_id`` values for each
85+
successfully inserted document
8486

8587
Behaviors
8688
---------

0 commit comments

Comments
 (0)