cURL
curl --request PUT \
--url https://app.teable.ai/api/table/%7BtableId%7D/view/%7BviewId%7D/column-meta \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
--header 'content-type: application/json' \
--data '[{"fieldId":"string","columnMeta":{"order":0,"width":0,"hidden":true,"statisticFunc":"count"}}]'view
Put table view column meta
Update view column meta
PUT
/
table
/
{tableId}
/
view
/
{viewId}
/
column-meta
cURL
curl --request PUT \
--url https://app.teable.ai/api/table/%7BtableId%7D/view/%7BviewId%7D/column-meta \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
--header 'content-type: application/json' \
--data '[{"fieldId":"string","columnMeta":{"order":0,"width":0,"hidden":true,"statisticFunc":"count"}}]'最后修改于 2026年3月5日
此页面对您有帮助吗?
⌘I

