curl --request POST \
--url http://localhost:2468/v1/desktop/keyboard/up \
--header 'Content-Type: application/json' \
--data '
{
"key": "<string>"
}
'{
"ok": true
}Performs a health-gated xdotool keyup operation against the managed
desktop.
curl --request POST \
--url http://localhost:2468/v1/desktop/keyboard/up \
--header 'Content-Type: application/json' \
--data '
{
"key": "<string>"
}
'{
"ok": true
}