{
"name": "新字段名"
}curl --location --request PUT '/sdk/v2/api/table-api/openapi/v1/tables/tbl_xxxxxxxxxxx/columns/col_xxxxxxxxxxx' \
--header 'X-Shimo-Signature: {{X-Shimo-Signature}}' \
--header 'X-Shimo-Token: {{X-Shimo-Token}}' \
--header 'Content-Type: application/json' \
--data '{
"name": "新字段名"
}'{
"code": 0,
"msg": "success",
"data": {
"guid": "col_xxxxxxxxxxx",
"name": "新字段名",
"type": "text",
"props": null
}
}