Function asana::apis::projects_api::add_custom_field_setting_for_project[][src]

pub async fn add_custom_field_setting_for_project(
    configuration: &Configuration,
    project_gid: &str,
    inline_object21: InlineObject21,
    opt_pretty: Option<bool>
) -> Result<InlineResponse20016, Error<AddCustomFieldSettingForProjectError>>

Custom fields are associated with projects by way of custom field settings. This method creates a setting for the project.