docs(api): update websocket endpoint and auth requirements

This commit is contained in:
2026-03-17 22:39:55 +08:00
parent 33e5119b0a
commit 702ecb7de4
+2 -2
View File
@@ -715,9 +715,9 @@ X-Timestamp: 1704067200000
## Real-time Log Streaming (WebSocket) ## Real-time Log Streaming (WebSocket)
**Endpoint:** `/logs` **Endpoint:** `/system/getLogs`
**Protocol:** WebSocket **Protocol:** WebSocket
**Auth Required:** No (but requires authentication token in URL query parameter) **Auth Required:** Yes (token)
**Permission Level:** None **Permission Level:** None
Establish a WebSocket connection to receive real-time log streaming from the server. Establish a WebSocket connection to receive real-time log streaming from the server.