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: apps/docs/community-plugin-mongodb/MongoDB.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ _ref:
49
49
50
50
#### Properties
51
51
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.
53
53
54
54
- `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._
0 commit comments