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