cURL
curl --request POST \ --url http://localhost:2468/v1/desktop/windows/{id}/resize \ --header 'Content-Type: application/json' \ --data ' { "height": 1, "width": 1 } '
{ "height": 1, "id": "<string>", "isActive": true, "title": "<string>", "width": 1, "x": 123, "y": 123 }
Resizes the specified window to the given dimensions.
X11 window ID
x >= 0
Window info after resize