(fix) Umbau zu SCS

### 1.1 OpenAPI-Dokumentation implementieren
- Swagger/OpenAPI in bestehenden Ktor-Diensten integrieren
- Zentrale API-Dokumentationsseite im API-Gateway erstellen
- CI/CD-Pipeline um automatische API-Dokumentationsgenerierung erweitern
- Entwickler-Guidelines für API-Dokumentation erstellen
This commit is contained in:
stefan
2025-07-21 13:52:27 +02:00
parent 143de2b4d5
commit c551ef63c6
3 changed files with 592 additions and 5 deletions
+14 -2
View File
@@ -49,10 +49,22 @@ info:
# Additional info fields...
servers:
# Server configurations...
- url: https://api.meldestelle.at
description: Production server
- url: https://staging-api.meldestelle.at
description: Staging server
- url: http://localhost:8080
description: Local development server
tags:
# API tags for grouping endpoints...
- name: Authentication
description: Authentication and authorization endpoints
- name: Horse Registry
description: Horse registration and management
- name: Events
description: Event management endpoints
- name: Master Data
description: Master data management
paths:
# API endpoints...