update openapi spec for healthcheck

This commit is contained in:
Frank Hufnagel
2024-10-19 12:57:29 +02:00
parent 5d62a46a16
commit 5d8a3d0eec
2 changed files with 2 additions and 2 deletions

View File

@@ -160,7 +160,7 @@ class OtherController extends Controller
#[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.'