Skip to main content
POST
Append rows to a table

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

table_id
string
required

Body

application/json
rows
Rows · object[]
required

Rows to append, 1 to 500 per request. Each row is an object of column_name to scalar value; values are coerced to their column type by the table's schema. Every row must carry the same column names, and each must include the table's primary key column(s) — primary keys are caller-supplied, not auto-generated. Append-only — existing rows are never modified.

Required array length: 1 - 500 elements

Response

Successful Response