Uses of Class
io.apicurio.registry.rest.v1.beans.VersionMetaData
Packages that use VersionMetaData
-
Uses of VersionMetaData in io.apicurio.registry.rest.v1
Methods in io.apicurio.registry.rest.v1 that return VersionMetaDataModifier and TypeMethodDescriptionArtifactsResource.createArtifactVersion(String artifactId, String xRegistryArtifactType, InputStream data) Creates a new version of the artifact by uploading new content.ArtifactsResource.getArtifactVersionMetaData(String artifactId, Integer version) Retrieves the metadata for a single version of the artifact.ArtifactsResource.getArtifactVersionMetaDataByContent(String artifactId, Boolean canonical, InputStream data) Gets the metadata for an artifact that matches the raw content.