put https://api.octapipe.com/pipelines//cards/bulk
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
}
}