Skip to main content

update_protection_rule

Function update_protection_rule 

Source
pub async fn update_protection_rule(
    configuration: &Configuration,
    workspace: &str,
    rule_name: &str,
    update_protection_rule_request: UpdateProtectionRuleRequest,
) -> Result<String, Error<UpdateProtectionRuleError>>