Update Enum Option
asana_update_enum_optionUpdate an enum option's name, color, or enabled status. Rename, recolor, or disable/enable options while preserving existing values and returning the updated option.
Instructions
Update an enum option's name, color, or enabled status. Use this to rename options, change their color, or disable/enable them. Disabled options are hidden from users but existing values are preserved. Returns the updated enum option.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New display name for the enum option. | |
| color | No | New color. One of: `none`, `red`, `orange`, `yellow-orange`, `yellow`, `yellow-green`, `green`, `blue-green`, `aqua`, `blue`, `indigo`, `purple`, `magenta`, `hot-pink`, `pink`, `cool-gray`. | |
| enabled | No | Set to false to disable the option (hide from users without deleting). | |
| opt_fields | No | Comma-separated fields to include in the response. Useful values: `gid,name,color,enabled`. | |
| enum_option_gid | Yes | The GID of the enum option to update (numeric string, e.g. `'1234567890123'`). Get enum option GIDs from asana_get_custom_field. |