v13

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-08-015232292.9 KB
Tables

Update Rows

Bulk update rows matching a filter. All matching rows will have the specified fields updated. Validates against schema and unique constraints.

put/api/v1/tables/{tableId}/rows

Path parameters

tableIdstring required
Example:tbl_92e4c6a8b0d24f1e8a3c5d7b9f0e2a14

The unique identifier of the table.

Request body

workspaceIdstring required

The workspace that owns the table.

filterobject required

Filter criteria to match rows.

dataobject required

Fields to update on matching rows.

limitinteger

Maximum number of rows to update.

Response

Rows updated.

successboolean

Indicates whether the request was successful.