v1
latestOpenAPI 3.0.02026-07-2638801.8 MBfield
Convert field type
Convert field to a different type with automatic type casting and symmetric field handling
put/table/{tableId}/field/{fieldId}/convert
Path parameters
tableIdstring required
fieldIdstring required
Request body
Example request
{
"type": "singleSelect",
"description": "this is a summary"
}Response
Returns field data after update.
Example response
{
"name": "Tags",
"type": "singleSelect",
"description": "this is a summary"
}