Bulk updates filtered pipeline cards records in the database.

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


Payload example:

{
    "filters": [
        {
            "field": "owner_user_uuid",
            "operator": "=",
            "value": "d4e94e47-881a-4b35-a8a7-70b96f725ebe"
        }
    ],
    "values": {
        "sla": 5
    }
}
Language
Click Try It! to start a request and see the response here!