update_field
Modify an existing Baserow field by changing its name, type, or type-specific options to adapt your schema.
Instructions
Update an existing field's name, type, or type-specific options.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New name for the field (optional). | |
| type | No | New field type (optional). | |
| field_id | Yes | The field ID to update. | |
| field_options | No | Optional type-specific options to update. |