
Example
Change the device label for the device with the ID 2 to Dev Label2.
Request
PUT http://imc_host:8080/imcrs/plat/res/device/2/updateLabel
accept: application/xml
...
<device>
<label>Dev Label2</label>
</device>
Response
HTTP/1.1 204 No Content
...
Modify Device Label 89