update openapi spec for healthcheck
This commit is contained in:
parent
5d62a46a16
commit
5d8a3d0eec
2 changed files with 2 additions and 2 deletions
|
|
@ -160,7 +160,7 @@ public function feedback(Request $request)
|
||||||
#[OA\Get(
|
#[OA\Get(
|
||||||
summary: 'Healthcheck',
|
summary: 'Healthcheck',
|
||||||
description: 'Healthcheck endpoint.',
|
description: 'Healthcheck endpoint.',
|
||||||
path: '/healthcheck',
|
path: '/health',
|
||||||
operationId: 'healthcheck',
|
operationId: 'healthcheck',
|
||||||
responses: [
|
responses: [
|
||||||
new OA\Response(
|
new OA\Response(
|
||||||
|
|
|
||||||
|
|
@ -3093,7 +3093,7 @@ paths:
|
||||||
security:
|
security:
|
||||||
-
|
-
|
||||||
bearerAuth: []
|
bearerAuth: []
|
||||||
/healthcheck:
|
/health:
|
||||||
get:
|
get:
|
||||||
summary: Healthcheck
|
summary: Healthcheck
|
||||||
description: 'Healthcheck endpoint.'
|
description: 'Healthcheck endpoint.'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue