POST api/v1/images/{image_id}/copy

Request Information

URI Parameters

NameDescriptionTypeAdditional information
image_id

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

File
NameDescriptionTypeAdditional information
id

globally unique identifier

Required

name

string

Required

Response Formats

application/json, text/json

Sample:
{
  "id": "236b8562-ab76-4989-a469-52db14423d74",
  "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>236b8562-ab76-4989-a469-52db14423d74</id>
  <name>sample string 2</name>
</File>