From b3cc6e7a17126c8d49dfc09dd989f9b99e498b71 Mon Sep 17 00:00:00 2001 From: StephanieJKS <47713197+StephanieJKS@users.noreply.github.com> Date: Mon, 24 Jun 2024 10:06:54 +0200 Subject: [PATCH] fix(docs): Update MongoDB bulk write operations link. --- packages/docs/connections/MongoDB.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/docs/connections/MongoDB.yaml b/packages/docs/connections/MongoDB.yaml index 430756ed5..e927f0029 100644 --- a/packages/docs/connections/MongoDB.yaml +++ b/packages/docs/connections/MongoDB.yaml @@ -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.