v1

latestOpenAPI 3.1.02026-07-22154213404.8 KB
Navigation

Perform a global action

Performs a global system action on the device, such as navigating back or going to the home screen, identified by an action code.

post/devices/{deviceId}/global

Path parameters

deviceIdstring required

Headers

X-Device-Display-IDinteger

Request body

$schemastring uri

A URL to the JSON Schema for this object.

actioninteger required

Example request

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

Response

No Content