upsert_rows
Insert new rows or update existing ones in a Databar table by matching on a unique key, up to 100 rows per request.
Instructions
Insert or update rows by matching key (max 100 per request).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_uuid | Yes | The UUID of the table | |
| rows | Yes | Array of upsert operations (max 100) |