Uses of Class
io.apicurio.registry.rest.client.groups.item.artifacts.item.branches.item.WithBranchItemRequestBuilder.PutRequestConfiguration
Packages that use WithBranchItemRequestBuilder.PutRequestConfiguration
-
Uses of WithBranchItemRequestBuilder.PutRequestConfiguration in io.apicurio.registry.rest.client.groups.item.artifacts.item.branches.item
Method parameters in io.apicurio.registry.rest.client.groups.item.artifacts.item.branches.item with type arguments of type WithBranchItemRequestBuilder.PutRequestConfigurationModifier and TypeMethodDescriptionvoidWithBranchItemRequestBuilder.put(EditableBranchMetaData body, Consumer<WithBranchItemRequestBuilder.PutRequestConfiguration> requestConfiguration) Updates the metadata of a branch.This operation can fail for the following reasons:* No artifact with this `groupId` and `artifactId` exists (HTTP error `404`)* No branch with this `branchId` exists (HTTP error `404`)* A server error occurred (HTTP error `500`)com.microsoft.kiota.RequestInformationWithBranchItemRequestBuilder.toPutRequestInformation(EditableBranchMetaData body, Consumer<WithBranchItemRequestBuilder.PutRequestConfiguration> requestConfiguration) Updates the metadata of a branch.This operation can fail for the following reasons:* No artifact with this `groupId` and `artifactId` exists (HTTP error `404`)* No branch with this `branchId` exists (HTTP error `404`)* A server error occurred (HTTP error `500`)