Uses of Class
io.apicurio.registry.rest.v2.beans.EditableMetaData
-
Packages that use EditableMetaData Package Description io.apicurio.registry.rest.v2 -
-
Uses of EditableMetaData in io.apicurio.registry.rest.v2
Methods in io.apicurio.registry.rest.v2 with parameters of type EditableMetaData Modifier and Type Method Description void
GroupsResource. updateArtifactMetaData(String groupId, String artifactId, EditableMetaData data)
Updates the editable parts of the artifact's metadata.void
GroupsResource. updateArtifactVersionMetaData(String groupId, String artifactId, String version, EditableMetaData data)
Updates the user-editable portion of the artifact version's metadata.
-