Update Column
PUT
/
data
/
projects
/
{projectId}
/
table
/
{tableName}
/
columns
/
{columnName}
Body
application/json
This class represents a ColumnRequest. It contains the name, data type, display name, default value, not null and unique status of the column request.
The name of the column.
The data type of the column.
The display name of the column.
The default value of the column.
The not null flag for the column.
The unique flag for the column.
Response
200 - */*
The id of the column.
The name of the column.
The data type of the column.
The display name of the column.
The default value of the column.
The not null flag for the column.
The unique flag for the column.