Uses of Class
io.apicurio.registry.rest.v3.beans.EditableBranchMetaData
Packages that use EditableBranchMetaData
-
Uses of EditableBranchMetaData in io.apicurio.registry.rest.v3
Methods in io.apicurio.registry.rest.v3 with parameters of type EditableBranchMetaDataModifier and TypeMethodDescriptionvoidGroupsResource.updateBranchMetaData(@Pattern(regexp="^.{1,512}$") String groupId, @Pattern(regexp="^.{1,512}$") String artifactId, @Pattern(regexp="^[a-zA-Z0-9._\\-+]{1,256}$") String branchId, @NotNull EditableBranchMetaData data) Updates the metadata of a branch.