Skip to content

Commit

Permalink
Removed the now non-existant /api/feedback/status route from the do…
Browse files Browse the repository at this point in the history
…cumentation
  • Loading branch information
CommanderStorm authored May 17, 2024
1 parent 644b43b commit dcbf352
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dcbf352

Please sign in to comment.