fields_update_organization_field
Update custom organization fields: rename them, adjust enum dropdown options, or toggle visibility in add forms. Provide full option set to preserve or add new options.
Instructions
Update an existing custom organization field.
Note: field_type cannot be changed. For enum/set fields, options is the full set of options after update — include each existing option's id to preserve it, or omit id to add a new option.
Common use cases:
Rename a field
Add/remove options on an enum dropdown
Toggle the field's visibility in the add form
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the organization field to update | |
| name | No | New display name of the field | |
| options | No | New full set of options. Include existing `id` to preserve, omit it to add. | |
| add_visible_flag | No | Whether the field is shown in the "add" form by default |