PATCH
/
api
/
database
/
tables
/
{tableName}
{
"message": "Table schema updated successfully",
"tableName": "posts",
"operations": [
"added 2 columns",
"dropped 1 columns",
"renamed 1 columns",
"added 1 foreign keys",
"dropped 1 foreign keys"
]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

tableName
string
required

Body

application/json

Response

200
application/json

Table schema updated successfully

The response is of type object.