Uses of Class
io.apicurio.registry.rest.client.v2.admin.rules.item.WithRuleItemRequestBuilder.PutRequestConfiguration
Packages that use WithRuleItemRequestBuilder.PutRequestConfiguration
-
Uses of WithRuleItemRequestBuilder.PutRequestConfiguration in io.apicurio.registry.rest.client.v2.admin.rules.item
Method parameters in io.apicurio.registry.rest.client.v2.admin.rules.item with type arguments of type WithRuleItemRequestBuilder.PutRequestConfigurationModifier and TypeMethodDescriptionWithRuleItemRequestBuilder.put(Rule body, Consumer<WithRuleItemRequestBuilder.PutRequestConfiguration> requestConfiguration) Updates the configuration for a globally configured rule.This operation can fail for the following reasons:* Invalid rule name/type (HTTP error `400`)* No rule with name/type `rule` exists (HTTP error `404`)* A server error occurred (HTTP error `500`)com.microsoft.kiota.RequestInformationWithRuleItemRequestBuilder.toPutRequestInformation(Rule body, Consumer<WithRuleItemRequestBuilder.PutRequestConfiguration> requestConfiguration) Updates the configuration for a globally configured rule.This operation can fail for the following reasons:* Invalid rule name/type (HTTP error `400`)* No rule with name/type `rule` exists (HTTP error `404`)* A server error occurred (HTTP error `500`)