Update Device Security
PUT {{baseUrl}}/v1/device/:deviceUid/security
Update a device security options
Request Body
{"bluetoothEnabled"=>"<boolean>", "usbEnabled"=>"<boolean>", "wifiEnabled"=>"<boolean>", "menuAccessEnabled"=>"<boolean>", "buttonsEnabled"=>"<boolean>", "remoteControlEnabled"=>"<boolean>", "kioskModeEnabled"=>"<boolean>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-auth | string | Authorization key and token | |
Content-Type | string | ||
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"message":"\u003cstring\u003e"}