pub async fn extras_event_rules_bulk_partial_update(
configuration: &Configuration,
event_rule_request: Vec<EventRuleRequest>,
) -> Result<Vec<EventRule>, Error<ExtrasEventRulesBulkPartialUpdateError>>Expand description
Patch a list of event rule objects.