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"}.
API Key for authentication
The UUID of the table
Successful Response