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
Path Parameters
The table's name or unique identifier for targeting specific table operations.
Body
application/json
Details of the column to be renamed, including its current name and the desired new name.
The existing name of the column.
The new name to assign to the column.
Required string length:
1 - 30
Response
200
application/json
Confirmation of the column rename operation, including the updated table schema.
Was this page helpful?