Bulk updates filtered database records from the database.

Click on the image below to enlarge the demonstration in Postman.


Payload example:

{
    "filters": [
        {
            "field": "title",
            "operator": "like",
            "value": "Review reports"
        }
    ],
    "values": {
        "status": "Done",
        "priority": "High"
    }
}
Language
Click Try It! to start a request and see the response here!