asn_custom_fields_reorder_enum_option: Moves a particular enum option to be either before or after...

View source: R/custom_fields.R

asn_custom_fields_reorder_enum_optionR Documentation

Moves a particular enum option to be either before or after another specified enum option in the custom field.

Description

Moves a particular enum option to be either before or after another specified enum option in the custom field.

Usage

asn_custom_fields_reorder_enum_option(custom_field, ...,
  options = list())

Arguments

custom_field

Id Globally unique identifier for the custom field.#'

...

Object Data for the request enum_option : Id The ID of the enum option to relocate. name : String The name of the enum option. [color] : String The color of the enum option. Defaults to 'none'. [before_enum_option] : Id An existing enum option within this custom field before which the new enum option should be inserted. Cannot be provided together with after_enum_option. [after_enum_option] : Id An existing enum option within this custom field after which the new enum option should be inserted. Cannot be provided together with before_enum_option.

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_update_enum_option, asn_custom_fields_update, asn_custom_fields


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