cURL
curl --request POST \ --url http://localhost:3000/api/v1/terminal/{sessionId}/resize \ --header 'Content-Type: application/json' \ --cookie nut-session= \ --data ' { "cols": 123, "rows": 123 } '
{ "success": true, "data": {} }
Resize a terminal session
Session cookie authentication
Terminal session ID
New column count
New row count
Terminal resized