v1

latestOpenAPI 3.1.02026-07-22154213404.8 KB
Navigation

Input key

Sends a single Android key event to the device, identified by its key code.

put/devices/{deviceId}/keyboard

Path parameters

deviceIdstring required

Headers

X-Device-Display-IDinteger

Request body

$schemastring uri

A URL to the JSON Schema for this object.

keyinteger required

Example request

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

Response

No Content