From d00799593a467a9c808bf5452aa8c7b8deee5876 Mon Sep 17 00:00:00 2001 From: jedarden Date: Mon, 6 Jul 2026 00:09:28 -0400 Subject: [PATCH] docs(plan): fix API path for crowd flow endpoint Update plan spec from /api/flow to /api/analytics/flow to match the actual implementation in both the Go backend and dashboard JavaScript. Resolves bf-2jyk --- docs/plan/plan.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plan/plan.md b/docs/plan/plan.md index 31a1fc1..b1e250e 100644 --- a/docs/plan/plan.md +++ b/docs/plan/plan.md @@ -2730,7 +2730,7 @@ When security mode is armed via the MQTT `command/security_mode` subscription, i |--------|------|---------|----------| | `GET` | `/api/sleep` | `?person=&limit=30` | `[{date, duration_m, onset_latency_m, restlessness_index, breathing_rate_avg, breathing_regularity}]` | | `GET` | `/api/sleep/summary` | `?person=` | Today's / last-night's summary | -| `GET` | `/api/flow` | `?period=24h&person=` | `{cells:[{x,y,count,vx,vy,dwell_s}]}` | +| `GET` | `/api/analytics/flow` | `?period=24h&person=` | `{cells:[{x,y,count,vx,vy,dwell_s}]}` | | `GET` | `/api/localization/weights` | — | `[{link_id, weight}]` | | `POST` | `/api/localization/weights/reset` | — | `{"ok":true}` |