v1

latestOpenAPI 3.0.2Apache 2.02026-07-136548173.9 KB
Metadata

Update artifact owner

Changes the ownership of an artifact.

This operation can fail for the following reasons:

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

Request body

ownerstring

Example request

{
  "owner": "bwayne"
}

Response

The owner was successfully changed.