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": "05e2b07f-ffc1-43be-8c32-d1dff0ae000b",
"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>05e2b07f-ffc1-43be-8c32-d1dff0ae000b</id> <name>sample string 2</name> </File>