fix(docs): Update MongoDB bulk write operations link.

This commit is contained in:
StephanieJKS 2024-06-24 10:06:54 +02:00
parent 143c83e7dd
commit b3cc6e7a17
No known key found for this signature in database

View File

@ -174,7 +174,7 @@ _ref:
### MongoDBBulkWrite
The `MongoDBBulkWrite` request executes [bulkWrite operations](https://www.mongodb.com/docs/bulk-write-operations/#bulk-write-operations) in the collection specified in the connectionId.
The `MongoDBBulkWrite` request executes [bulkWrite operations](https://www.mongodb.com/docs/manual/reference/method/db.collection.bulkWrite/#write-operations) in the collection specified in the connectionId.
#### Properties
- `operations: object[]`: __Required__ - Array containing all the bulkWrite operations for the execution.