post deprecatedhttps://{server}/dtable-server/api/v1/dtables//columns/
Create a new column. You can only add one new column at the end of a table.
Response
Create a new column. You can only add one new column at the end of a table.
xxxxxxxxxx
curl --request POST \
--url https://cloud.seatable.io/dtable-server/api/v1/dtables/base_uuid/columns/ \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"column_type": "text"
}
'
Try It!
to start a request and see the response here! Or choose an example: