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": "ece7d64f-db6c-4a88-892d-8a0602d6382e", "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>ece7d64f-db6c-4a88-892d-8a0602d6382e</id> <name>sample string 2</name> </File>