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

KeyDatatypeRequiredDescription
x-authstringAuthorization key and token
Content-Typestring
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;message&quot;:&quot;\u003cstring\u003e&quot;}