curl --request PUT \
--url https://api.kapso.ai/platform/v1/db/{table} \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '{}'{
"data": [
{}
]
}Insert or update rows based on filter criteria.
curl --request PUT \
--url https://api.kapso.ai/platform/v1/db/{table} \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '{}'{
"data": [
{}
]
}Was this page helpful?