update_custom_field
Update an existing custom field's attributes including name, label, type, description, validation, options, and active status.
Instructions
Update an existing custom field / global field registration. field_id: UUID of the custom field to update. name: Optional system name. label: Optional display label. type: Optional field type. description: Optional description. validation: Optional validation schema. options: Optional dropdown options or dynamic source settings. is_active: Optional active status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| type | No | ||
| label | No | ||
| options | No | ||
| field_id | Yes | ||
| is_active | No | ||
| validation | No | ||
| description | No |