Skip to content

Commit 35e1be7

Browse files
authored
fix: Update disableNoMatchError docs
1 parent 8a8bd7f commit 35e1be7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/docs/community-plugin-mongodb/MongoDB.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ _ref:
4949
5050
#### Properties
5151
52-
The `MongoDBUpdateOne` request extends the standard [MongoDBUpdateOne](https://www.mongodb.com/docs/manual/reference/method/db.collection.updateOne/) allowing for an additional disableNoMatchError property.
52+
The `MongoDBUpdateOne` request modifies the standard [MongoDBUpdateOne](https://docs.lowdefy.com/MongoDB) to throw an error if no document was matched and updated. This behaviour can be disabled by setting the `disableNoMatchError` property.
5353
5454
- `disableNoMatchError: boolean`: Set to true to disable the no match error when updating. It is set to false by default. _This is not the standard MongoDBUpdateOne behaviour and will throw an error when there is no matching document._
5555

0 commit comments

Comments
 (0)