Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Your bot ID.
Path Parameters
The table's name or unique identifier for targeting specific table operations.
Body
application/json
Data for rows to update, including IDs. Errors affect only specific rows, not the entire batch.
Response
Returns updated rows, including warnings for minor issues and errors for failed updates.