Uses of Class
io.apicurio.registry.rest.v1.beans.EditableMetaData
Packages that use EditableMetaData
-
Uses of EditableMetaData in io.apicurio.registry.rest.v1
Methods in io.apicurio.registry.rest.v1 with parameters of type EditableMetaDataModifier and TypeMethodDescriptionvoidArtifactsResource.updateArtifactMetaData(String artifactId, EditableMetaData data) Updates the editable parts of the artifact's metadata.voidArtifactsResource.updateArtifactVersionMetaData(String artifactId, Integer version, EditableMetaData data) Updates the user-editable portion of the artifact version's metadata.