
Example
Change the device group for the device with the ID 1 to 1.
Request
PUT http://imc_host:8080/imcrs/plat/res/device/2/updateCategory
accept: application/xml
...
<device>
<categoryId>1</categoryId>
</device>
Response
HTTP/1.1 204 No Content
...
Modify Device Group 95