Update Field
update_fieldModify field properties like type, label, name, description, placeholder, options, and validations within a collection to adapt content structures as needed.
Instructions
Update an existing field on a collection
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collection_slug | Yes | The collection slug | |
| field_uuid | Yes | The UUID of the field to update | |
| type | Yes | Field type | |
| label | Yes | Display label | |
| name | Yes | Field identifier in kebab-case | |
| description | No | Field description | |
| placeholder | No | Placeholder text | |
| options | No | Field-specific options | |
| validations | No | Validation rules |