upsertTableRows
Inserts or updates rows based on a key. If a row exists, it is updated; otherwise, a new row is created.
POST
Path Parameters
The table's name or unique identifier for targeting specific table operations.
Body
application/json
Rows for insertion or update, with a key column to determine action. Supports partial successes.
The body is of type object
.
Response
200
application/json
Summary of insertions and updates, including any warnings or errors.
The response is of type object
.