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
FileName | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
|
name | string |
Required |
Response Formats
application/json, text/json
Sample:
{ "id": "f3d7d8f6-6f69-4509-b59e-962fa478241d", "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>f3d7d8f6-6f69-4509-b59e-962fa478241d</id> <name>sample string 2</name> </File>