v1

latestOpenAPI 3.0.32026-07-26172157253.6 KB
Admin

Update Table Schema

patch/api/database/tables/{tableName}/schema

Path parameters

tableNamestring required

Request body

dropColumnsstring[]

Remove columns from the table

dropForeignKeysstring[]

Constraint names of foreign keys to drop

Response

Table schema updated successfully

messagestring

Success message

tableNamestring

Name of the updated table

operationsstring[]

List of operations performed