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.
Example response
{
"owner": "bwayne"
}