updateTableRows
Updates specified rows in a table, allowing partial success with detailed feedback on errors.
PUT
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.
Rows with updated data, identified by ID.
Ensure computed columns are fully processed before returning the result. This is applicable only when the number of rows involved is fewer than 1.
Response
200
application/json
Returns updated rows, including warnings for minor issues and errors for failed updates.
Alerts for minor issues that don't block the operation but suggest possible improvements.
Critical issues in specific elements that prevent their successful processing, allowing partial operation success.
Was this page helpful?