renameTableColumn

Renames an existing column within a table to better reflect its content or usage. The operation targets a specific table and requires the current and new column names.

PUT/v1/tables/{table}/column

Authorization

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

Header parameters

x-bot-idstringrequired
Bot id
x-integration-idstring
Integration id
x-integration-aliasstring
Integration alias
x-integration-namestring
Integration name
x-user-idstring
User Id
x-user-rolestring
User Role

Path parameters

tablestringrequired
The table's name or unique identifier for targeting specific table operations.

Request body

Details of the column to be renamed, including its current name and the desired new name.

namestringrequired
The existing name of the column.
newNamestringrequired
The new name to assign to the column.(min length: 1, max length: 30)

Response

Confirmation of the column rename operation, including the updated table schema.

tableobjectrequired