Tables
Batch Update Rows
Update multiple specific rows by their IDs in a single request. Each entry in the updates array specifies a row ID and the fields to update. Validates against the table schema and unique constraints. Up to 1000 rows can be updated per request.
patch/api/v1/tables/{tableId}/rows
Path parameters
tableIdstring required
Example:tbl_92e4c6a8b0d24f1e8a3c5d7b9f0e2a14
The unique identifier of the table.
Request body
Response
Rows updated.