Registry V3 Transfer
V3 transfer endpoints
Copy resources
Query parameters
account_identifierstringRequired
Unique identifier for the Harness account.
Body
One copy operation from a source to a target registry
Responses
200
Copied successfully
No content
default
Error response.
application/json
post/v3/copy
POST /api/v3/copy?account_identifier=text HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 126
{
"source": {
"versionId": "123e4567-e89b-12d3-a456-426614174000"
},
"target": {
"registryId": "123e4567-e89b-12d3-a456-426614174000"
}
}No content
Last updated
Was this helpful?