curl -X PATCH https://api.crewship.dev/v1/tables/tbl_abc123xyz789/rows \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "filter": { "and": [ {"column": "status", "operator": "eq", "value": "new"} ] }, "update": { "status": "qualified" } }'
{ "updated": 18 }
Update all rows matching a filter
Documentation IndexFetch the complete documentation index at: https://docs.crewship.dev/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.crewship.dev/llms.txt
Use this file to discover all available pages before exploring further.