
Example
Change the login method for the device with the ID 10 to 2.
Request
PUT http://imc_host:8080/imcrs/plat/res/device/10/updateLoginType
accept: application/xml
...
<device>
<loginType>2</loginType>
</device>
Response
HTTP/1.1 204 No Content
...
Modify Login Method 93