Upsert Table Rows

Inserts or updates rows based on a key. If a row exists, it is updated; otherwise, a new row is created.

Log in to see full request history
timestatususer agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The table's name or unique identifier for targeting specific table operations.

Body Params

Rows for insertion or update, with a key column to determine action. Supports partial successes.

rows
array of objects
required
length between 1 and 1000
rows*
number
string
length between 1 and 30
Defaults to id

Determines if a row is inserted or updated. Defaults to "id".

boolean

Ensure computed columns are fully processed before returning the result. This is applicable only when the number of rows involved is fewer than 1.

Headers
string
required

Bot ID

string
required

Workspace ID

Responses

Language
Credentials
PAT
Click Try It! to start a request and see the response here! Or choose an example:
application/json