Skip to main content
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": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

Enter token in format (Bearer )

Path Parameters

tableId
string<uuid>
required

Table ID

Body

application/json

Row update data (single row or bulk update)

id
integer
required
Example:

1

column1
string
Example:

"new_value1"

Response

Rows updated successfully

message
string
Example:

"Rows updated successfully"

transaction_id
string<uuid>
rows_updated
integer
rows
object[]