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