v1

latestOpenAPI 3.1.02026-07-22154213404.8 KB
Apps

Start app

Launches the app identified by the path package name, optionally starting a specific activity given in the request body. Protected packages cannot be started.

put/devices/{deviceId}/apps/{packageName}

Path parameters

deviceIdstring required
packageNamestring required

Headers

X-Device-Display-IDinteger

Request body

$schemastring uri

A URL to the JSON Schema for this object.

activitystring

Example request

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

Response

No Content