v1

latestOpenAPI 3.1.02026-07-22154213404.8 KB
Misc

Enable kiosk (lock-task) mode

Locks the device to the package named in the request body using Android lock-task (kiosk) mode, preventing the user from leaving the app.

put/devices/{deviceId}/kiosk

Path parameters

deviceIdstring required

Headers

X-Device-Display-IDinteger

Request body

$schemastring uri

A URL to the JSON Schema for this object.

packageNamestring required

Package to lock the device to (Android lock-task mode).

Example request

{
  "$schema": "https://example.com/schemas/EnableKioskArgs.json"
}

Response

No Content