docs(api): correct endpoint /api/mma_status -> /api/gui/mma_status across docs
This commit is contained in:
@@ -27,7 +27,7 @@ Two files:
|
||||
┌─────────────────────────────────────────────────┐
|
||||
│ HTTP Endpoints │
|
||||
│ GET /status - health │
|
||||
│ GET /api/mma_status - MMA │
|
||||
│ GET /api/gui/mma_status - MMA │
|
||||
│ GET /api/gui - GUI │
|
||||
│ POST /api/gui - push task │
|
||||
│ POST /api/ask - blocking │
|
||||
@@ -69,7 +69,7 @@ The server runs in a daemon thread. It stops when the process exits (or via `ser
|
||||
| Method | Path | Purpose |
|
||||
|---|---|---|
|
||||
| `GET` | `/status` | Health check. Returns JSON with `status`, `pid`, `version`, etc. |
|
||||
| `GET` | `/api/mma_status` | Full MMA orchestration state (tickets, progress, ETA) |
|
||||
| `GET` | `/api/gui/mma_status` | Full MMA orchestration state (tickets, progress, ETA) |
|
||||
| `GET` | `/api/gui` | GUI debug info (button IDs, fields, etc.) |
|
||||
| `POST` | `/api/gui` | Push a GUI task (click, set_value, custom_callback, etc.) |
|
||||
| `POST` | `/api/ask` | Synchronous HITL approval (blocking request/response) |
|
||||
|
||||
Reference in New Issue
Block a user