fix(docs): regenerate openapi.json from running app

The committed openapi.json was a 293-line sample covering only 11 paths
and 7 tags. The actual FastAPI app exposes 183 paths across 50 tags.
This was making API documentation, SDK generation, and any external
integration effectively guess at the real surface.

Re-generate via:
  python3 -c "import json; from api import app; print(json.dumps(app.openapi(), indent=2))" > openapi.json

Going forward, regenerate before each release. Add a Makefile target.
This commit is contained in:
Crypto Rug Munch 2026-07-02 20:00:26 +02:00
parent 8d25702eca
commit 3048e22e1f

10352
openapi.json

File diff suppressed because it is too large Load diff