asn_custom_fields_update_enum_option: Updates an existing enum option. Enum custom fields require...

View source: R/custom_fields.R

asn_custom_fields_update_enum_optionR Documentation

Updates an existing enum option. Enum custom fields require at least one enabled enum option.

Description

Returns the full record of the updated enum option.

Usage

asn_custom_fields_update_enum_option(enum_option, ..., options = list())

Arguments

enum_option

Id Globally unique identifier for the enum option.#'

...

Object Data for the request name : String The name of the enum option. [color] : String The color of the enum option. Defaults to 'none'. [enabled] : Boolean Whether or not the enum option is a selectable value for the custom field.

See Also

Other custom_fields: asn_custom_fields_add_enum_option, asn_custom_fields_create, asn_custom_fields_delete, asn_custom_fields_find_by_id, asn_custom_fields_find_by_workspace, asn_custom_fields_reorder_enum_option, asn_custom_fields_update, asn_custom_fields


datacamp/asana documentation built on Sept. 18, 2023, 8:51 a.m.