POST api/v1/images/{image_id}/copy
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| image_id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
File| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
|
| name | string |
Required |
Response Formats
application/json, text/json
Sample:
{
"id": "70e8ac16-265b-4d75-803c-92a73d7a4359",
"name": "sample string 2"
}
application/xml, text/xml
Sample:
<File xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IO.Swagger.Models"> <id>70e8ac16-265b-4d75-803c-92a73d7a4359</id> <name>sample string 2</name> </File>