简体中文
Update common properties of a field (name, description, dbFieldName). For other property changes, use the convert field API
cURL
curl --request PATCH \ --url https://app.teable.cn/api/table/%7BtableId%7D/field/%7BfieldId%7D \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \ --header 'content-type: application/json' \ --data '{"name":"Tags","description":"this is a summary","dbFieldName":"string"}'
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Updated Successfully