pub async fn patch_rule(
configuration: &Configuration,
repo_ref: &str,
rule_identifier: &str,
rule_patch_input: RulePatchInput,
) -> Result<RuleModel, Error<PatchRuleError>>pub async fn patch_rule(
configuration: &Configuration,
repo_ref: &str,
rule_identifier: &str,
rule_patch_input: RulePatchInput,
) -> Result<RuleModel, Error<PatchRuleError>>