updateTableRows
Updates specified rows in a table, allowing partial success with detailed feedback on errors.
PUT
/v1/tables/{table}/rowsAuthorization
AuthorizationBearerrequiredBearer authentication header of the form Bearer <token>, where <token> is your auth token.
Header parameters
x-bot-idstringrequiredBot id
x-integration-idstringIntegration id
x-integration-aliasstringIntegration alias
x-integration-namestringIntegration name
x-user-idstringUser Id
x-user-rolestringUser Role
Path parameters
tablestringrequiredThe table's name or unique identifier for targeting specific table operations.
Request body
Data for rows to update, including IDs. Errors affect only specific rows, not the entire batch.
rowsobject[]requiredRows with updated data, identified by ID.
waitComputedbooleanEnsure computed columns are fully processed before returning the result. This is applicable only when the number of rows involved is fewer than 1.
Response
Returns updated rows, including warnings for minor issues and errors for failed updates.
rowsobject[]requiredwarningsstring[]Alerts for minor issues that don't block the operation but suggest possible improvements.
errorsstring[]Critical issues in specific elements that prevent their successful processing, allowing partial operation success.