docs(api): correct endpoint /api/mma_status -> /api/gui/mma_status across docs

This commit is contained in:
ed
2026-06-03 00:56:32 -04:00
parent 6ce119dffe
commit db177e4494
7 changed files with 9 additions and 9 deletions
@@ -507,7 +507,7 @@ Agents interact with the running container via the Hook API on `:8999`. Examples
curl http://<your-unraid-ip>:8999/status
# Get MMA state
curl http://<your-unraid-ip>:8999/api/mma_status
curl http://<your-unraid-ip>:8999/api/gui/mma_status
```
See [guide_tools.md](guide_tools.md) for the full Hook API reference.