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.
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": [
{}
]
}Was this page helpful?