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}` |