field
Update field
Update common properties of a field (name, description, dbFieldName). For other property changes, use the convert field API
patch/table/{tableId}/field/{fieldId}
Path parameters
tableIdstring required
fieldIdstring required
Request body
Example request
{
"description": "this is a summary"
}Response
Updated Successfully