cURL
curl --request POST \ --url http://localhost:4242/{computer_name}/api/keyboard/release \ --header 'Content-Type: application/json' \ --data '{ "display_num": 1, "key": "enter" }'
"<any>"
Releases a previously held keyboard key.
Key to release
Key to press (e.g., 'a', 'enter', 'shift', 'ctrl', 'alt', etc.)
"enter"
Display number to target
1
Successfully released the key
The response is of type any.
any