Inserts or updates rows based on a key. If a row exists, it is updated; otherwise, a new row is created.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Your bot ID.
The table's name or unique identifier for targeting specific table operations.
Rows for insertion or update, with a key column to determine action. Supports partial successes.
1 - 1000
elementsDetermines if a row is inserted or updated. Defaults to "id".
1 - 30
Ensure computed columns are fully processed before returning the result. This is applicable only when the number of rows involved is fewer than 1.
Summary of insertions and updates, including any warnings or errors.