Error
A valid request URL is required to generate request examples{
"message": "Rows updated successfully",
"transaction_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"rows_updated": 123,
"rows": [
{}
]
}{
"error": "Table not found"
}Data Operations
Update table rows
Updates one or more rows in a table. Supports both single row and bulk update operations.
PUT
/
tables
/
{tableId}
/
rows
Error
A valid request URL is required to generate request examples{
"message": "Rows updated successfully",
"transaction_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"rows_updated": 123,
"rows": [
{}
]
}{
"error": "Table not found"
}Authorizations
Enter token in format (Bearer )
Path Parameters
Table ID
Body
application/json
Row update data (single row or bulk update)