twprojects-update_custom_field
Update an existing custom field's name, options, required status, unit, and other properties in Teamwork.
Instructions
Update custom field.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| currency_code | No | The ISO currency code for 'currency' or 'financial' type custom fields. | |
| description | No | An optional description for the custom field. | |
| formula | No | The formula expression for 'formula' type custom fields. | |
| id | Yes | The ID of the custom field to update. | |
| name | No | The display name of the custom field. | |
| options | No | Type-specific options for the custom field. For 'dropdown' and 'multiselect' types, provide {"choices": [{"value": "...", "color": "#rrggbb"}, ...]}. For 'rating' type, provide {"icon": "star|heart|...", "color": "#rrggbb"}. For 'number-decimal' type, provide {"decimals": <int>}. | |
| required | No | Whether the custom field must have a value when set on an entity. | |
| unit | No | The unit associated with the custom field, when applicable. |