pub async fn toggle_feature_for_project(
configuration: &Configuration,
project_id_or_key: &str,
feature_key: &str,
project_feature_toggle_request: ProjectFeatureToggleRequest,
) -> Result<ProjectFeaturesResponse, Error<ToggleFeatureForProjectError>>
Expand description
Changes the state of a feature to ENABLED or DISABLED for the project. The project must be a company-managed project.