Skip to main content
PATCH
/
db
/
{table}
Update rows
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": [
    {}
  ]
}

Authorizations

X-API-Key
string
header
required

Path Parameters

table
string
required

Table name

Body

application/json

Fields to update

Response

Rows updated

data
object[]
required