This commit is contained in:
Mateusz Gruszczyński
2026-09-03 11:49:10 +02:00
parent 4c9f8ff403
commit d7b6d0478f
9 changed files with 7057 additions and 7 deletions
+9
View File
@@ -375,6 +375,15 @@ Start here:
**[docs/API.md — complete API reference](docs/API.md)**
Interactive API documentation is built into the controller:
- Swagger UI: `http://127.0.0.1:8787/api-docs`
- OpenAPI 3.1 JSON: `http://127.0.0.1:8787/api-docs/openapi.json`
Swagger UI includes endpoint descriptions, authentication schemes, request/response models,
examples and documented error responses. If `GREE_CONTROLLER_BASE_PATH` is configured, prefix
both paths with that base path.
Public health check:
```bash