Merge pull request #3953 from FrankVisuals/main
update openapi spec for healthcheck
This commit is contained in:
@@ -160,7 +160,7 @@ class OtherController extends Controller
|
|||||||
#[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.'
|
||||||
|
Reference in New Issue
Block a user