custom_fields_update
Rename a custom field or change its dropdown options. Cannot change entity_type or field_key (create a new field if you need either). Cannot change type (data integrity).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Custom field UUID. Get from custom_fields_list. | |
| name | No | New human label. | |
| options | No | For type=select fields only: replace the allowed-values list. | |
| position | No | Order in the field list (lower = first). |