Skip to main content
POST
Update or create rows by key
Upsert = update or create. Rows are matched by the key columns you specify. If a matching row exists, it is updated; otherwise a new row is inserted.

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
UpsertRow · object[]
required

List of rows to upsert (max 50).

Required array length: 1 - 50 elements
return_rows
boolean
default:false

If true, each result includes full row_data.

Response

Successful Response

results
UpsertResultItem · object[]
required