Merge pull request #3953 from FrankVisuals/main

update openapi spec for healthcheck
This commit is contained in:
Andras Bacsai 2024-10-21 14:49:48 +02:00 committed by GitHub
commit 0424b71506
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -160,7 +160,7 @@ public function feedback(Request $request)
#[OA\Get(
summary: 'Healthcheck',
description: 'Healthcheck endpoint.',
path: '/healthcheck',
path: '/health',
operationId: 'healthcheck',
responses: [
new OA\Response(

View file

@ -3093,7 +3093,7 @@ paths:
security:
-
bearerAuth: []
/healthcheck:
/health:
get:
summary: Healthcheck
description: 'Healthcheck endpoint.'