Uses of Class
io.apicurio.registry.rest.v3.beans.EditableVersionMetaData
Packages that use EditableVersionMetaData
-
Uses of EditableVersionMetaData in io.apicurio.registry.rest.v3
Methods in io.apicurio.registry.rest.v3 with parameters of type EditableVersionMetaDataModifier and TypeMethodDescriptionvoidGroupsResource.updateArtifactVersionMetaData(@Pattern(regexp="^.{1,512}$") String groupId, @Pattern(regexp="^.{1,512}$") String artifactId, String versionExpression, @NotNull EditableVersionMetaData data) Updates the user-editable portion of the artifact version's metadata.