Function asana::apis::custom_fields_api::update_enum_option[][src]

pub async fn update_enum_option(
    configuration: &Configuration,
    enum_option_gid: &str,
    opt_pretty: Option<bool>,
    opt_fields: Option<Vec<String>>,
    inline_object5: Option<InlineObject5>
) -> Result<InlineResponse2011, Error<UpdateEnumOptionError>>

Updates an existing enum option. Enum custom fields require at least one enabled enum option. Locked custom fields can only be updated by the user who locked the field. Returns the full record of the updated enum option.