Batch Update Documents
PATCH/collections/:collectionName/documents
Update documents matching the query conditions. Supports MongoDB update operators (e.g. $set, $inc, $push, etc.).
When replaceMode is false (default) and data does not contain update operators, it will be automatically wrapped with $set.
Modifying _openid and _id fields is not allowed.
Request
Responses
- 200
- 400
Update successful
Invalid request parameters