Skip to main content
PATCH
Partial update of multiple rows

Headers

x-apikey
string
required

API Key for authentication

Path Parameters

table_uuid
string<uuid>
required

The UUID of the table

Body

application/json
rows
BatchUpdateRow · object[]
required

List of rows to update (max 50).

Required array length: 1 - 50 elements
overwrite
boolean
default:true

If false, only empty fields are updated; existing values are kept.

return_rows
boolean
default:false

If true, each result includes full row_data after the update.

Response

Successful Response

results
BatchUpdateResultItem · object[]
required