PUT api/Image/{id}
Updates an existing image
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Unique device image ID |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Image| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
None. |
|
| accountId | string |
None. |
|
| reference | string |
None. |
|
| link | Collection of Link |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": "0de9fc3f-1a15-4769-bbc4-c050382f3ed9",
"accountId": "sample string 2",
"reference": "sample string 3",
"link": []
}
application/xml, text/xml
Sample:
<images xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="0de9fc3f-1a15-4769-bbc4-c050382f3ed9" accountId="sample string 2" reference="sample string 3" />