From 7f87a7620d8e32b9e050f48e2104c4021e52905b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 29 Dec 2025 15:58:12 +0000 Subject: [PATCH] docs: clarify WebSocket endpoint notation in API section Co-authored-by: gabriel20xx <21219769+gabriel20xx@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 044fcf1..abfa3df 100644 --- a/README.md +++ b/README.md @@ -184,7 +184,7 @@ Authorization: Bearer your_password_here ### Sync - `POST /api/sync` - Synchronize data (HTTP fallback) -- `GET /api/ws` - WebSocket endpoint for real-time sync +- `WebSocket /api/ws` - WebSocket endpoint for real-time sync ### Health - `GET /health` - Server health check