docs: add OpenAPI metadata #32

Merged
florianbeisel merged 1 commit from feature/TTS-0-openapi-metadata into main 2026-03-16 11:39:01 +01:00
florianbeisel commented 2026-03-16 10:37:41 +01:00 (Migrated from github.com)

Adds static metadata to the FastAPI app:

  • title, version (1.0.0)
  • description — Markdown explaining auth, workflow, and caching
  • contact (Beisel IT)
  • license_info (Private)

This enriches the auto-generated Swagger UI at /docs and ReDoc at /redoc without any functional changes.

Adds static metadata to the FastAPI app: - `title`, `version` (1.0.0) - `description` — Markdown explaining auth, workflow, and caching - `contact` (Beisel IT) - `license_info` (Private) This enriches the auto-generated Swagger UI at `/docs` and ReDoc at `/redoc` without any functional changes.
Sign in to join this conversation.
No description provided.