cURL
curl --request PATCH \ --url https://api.kapso.ai/platform/v1/db/{table} \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "status": "inactive" } '
{ "data": [ {} ] }
Update rows matching the filter criteria.
Table name
Fields to update
Rows updated
Was this page helpful?