Uses of Class
io.apicurio.registry.rest.v3.beans.ReplaceBranchVersions
Packages that use ReplaceBranchVersions
-
Uses of ReplaceBranchVersions in io.apicurio.registry.rest.v3
Methods in io.apicurio.registry.rest.v3 with parameters of type ReplaceBranchVersionsModifier and TypeMethodDescriptionvoidGroupsResource.replaceBranchVersions(@Pattern(regexp="^.{1,512}$") String groupId, @Pattern(regexp="^.{1,512}$") String artifactId, @Pattern(regexp="^[a-zA-Z0-9._\\-+]{1,256}$") String branchId, @NotNull ReplaceBranchVersions data) Add a new version to an artifact branch.