Rows
Bulk update rows
Update a specific column value across multiple rows at once.
POST
Path parameters
string
required
The unique identifier of the table.
Request body
string[]
required
Array of row IDs to update.
string
required
The column key to update.
any
required
The new value to set for the specified column in all target rows.
Response
integer
Number of rows successfully updated.

