Update or create rows by key
Rows
Upsert rows by key values
For each row, match on a single key column:
- 0 matches → a new row is created (
action: created). - 1 match → the existing row is updated (
action: updated). - >1 matches → returns an
AMBIGUOUS_MATCHerror for that row.
The key dict must contain exactly one entry {column_name: value}.
POST
Update or create rows by key
Documentation Index
Fetch the complete documentation index at: https://docs.databar.ai/llms.txt
Use this file to discover all available pages before exploring further.
Upsert = update or create. Rows are matched by the key columns you specify. If a matching row exists, it is updated; otherwise a new row is inserted.
Headers
API Key for authentication
Path Parameters
The UUID of the table
Body
application/json
Response
Successful Response