New CustomerInventory,
All checks were successful
Build and Push Docker Images / build-backend (push) Successful in 32s
Build and Push Docker Images / build-frontend (push) Successful in 1m10s

New Mitgliederverwaltung für Vereine
New Bank Auto Complete
This commit is contained in:
2026-02-17 12:38:39 +01:00
parent f26d6bd4f3
commit 6fded3993a
39 changed files with 4837 additions and 158 deletions

View File

@@ -0,0 +1,14 @@
# Expected Endpoints
- OpenAPI UI: `/docs`
- OpenAPI JSON: `/openapi.json`
- API key list: `GET /api/tenant/api-keys`
- API key create: `POST /api/tenant/api-keys`
- API key update: `PATCH /api/tenant/api-keys/:id`
- API key delete: `DELETE /api/tenant/api-keys/:id`
- M2M exchange: `POST /internal/auth/m2m/token`
# Header Conventions
- API key auth: `x-api-key`
- JWT auth: `Authorization: Bearer <token>`