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
Example request
{
"owner": "bwayne"
}Response
The owner was successfully changed.