Updates specified rows in a table, allowing partial success with detailed feedback on errors.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Your bot ID.
The table's name or unique identifier for targeting specific table operations.
Data for rows to update, including IDs. Errors affect only specific rows, not the entire batch.
The body is of type object
.
Returns updated rows, including warnings for minor issues and errors for failed updates.
The response is of type object
.