From dcbf352997b4022540e617075da82a221ef74c31 Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Fri, 17 May 2024 23:21:41 +0200 Subject: [PATCH] Removed the now non-existant `/api/feedback/status` route from the documentation --- openapi.yaml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/openapi.yaml b/openapi.yaml index f4de50e74..91c152a46 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -1217,26 +1217,6 @@ paths: description: Service Unavailable tags: - health - /api/feedback/status: - get: - operationId: feedback-health - summary: feedback-API healthcheck - description: | - If this endpoint does not return 200, the API is experiencing a catastrophic outage. Should never happen. - responses: - '200': - description: Ok - content: - text/plain: - schema: - type: string - example: | - healthy - source code: https://github.com/TUM-Dev/navigatum/tree/8a0fb71819ac88c8af35683cfb46291f0d0c9b0a - '503': - description: Service Unavailable - tags: - - health /cdn/health: get: operationId: cdn-health