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.
Determines if a row is inserted or updated. Defaults to "id".
Required string length:
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.
Response
200
application/json
Summary of insertions and updates, including any warnings or errors.
Alerts for minor issues that don't block the operation but suggest possible improvements.
Critical issues in specific elements that prevent their successful processing, allowing partial operation success.
Was this page helpful?