You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -381,7 +381,7 @@ const docTemplate = `{
381
381
}
382
382
}
383
383
},
384
-
"/v1/sessions/{session_token}/ws/logs": {
384
+
"/sessions/{session_token}/ws/logs": {
385
385
"get": {
386
386
"description": "Upgrades the HTTP connection to a WebSocket and streams session log lines as UTF-8 text frames.\nThe server sends periodic ping frames (~30s) and expects pong responses; idle connections may be closed.",
0 commit comments