Skip to main content
POST
/
v1
/
desktop
/
keyboard
/
up
Release a desktop keyboard key.
curl --request POST \
  --url http://localhost:2468/v1/desktop/keyboard/up \
  --header 'Content-Type: application/json' \
  --data '
{
  "key": "<string>"
}
'
{
  "ok": true
}

Body

application/json
key
string
required

Response

Desktop keyboard action result

ok
boolean
required