Skip to main content

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

Update successful