Partial update of multiple rows
Rows
Update rows in table by ID
Update specific fields in multiple rows at once. Uses human-readable column names.
overwrite controls whether existing non-empty values are replaced:
true(default) — always set the new value.false— only fill in fields that are currently empty.
If a row UUID is not found the result entry will contain "ok": false with an error object {"code": "ROW_NOT_FOUND"}.
PATCH
Partial update of multiple rows
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.
Headers
API Key for authentication
Path Parameters
The UUID of the table
Body
application/json
Response
Successful Response