v1

latestOpenAPI 3.0.2Apache 2.02026-07-136548173.9 KB
Metadata

Get artifact owner

Gets the owner of an artifact in the registry.

This operation can fail for the following reasons:

  • No artifact with this artifactId exists (HTTP error 404)
  • A server error occurred (HTTP error 500)
get/groups/{groupId}/artifacts/{artifactId}/owner

Response

The artifact's owner.

ownerstring

Example response

{
  "owner": "bwayne"
}