mongo_update_many
Update multiple MongoDB documents that match a specified filter. Apply bulk updates to a collection using a JSON filter and update document.
Instructions
Update multiple documents matching filter in MongoDB. Blocked when readOnly mode is enabled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | Yes | JSON string filter. | |
| update | Yes | JSON string update document. | |
| upsert | No | ||
| database | No | ||
| collection | Yes | ||
| connectionId | No | Id of the mongodb connection to use. Optional when only one mongodb connection is configured. |