Skip to content
Snippets Groups Projects
Commit 98673498 authored by Dmitrii Gerashchenko's avatar Dmitrii Gerashchenko
Browse files

Fix: API spec for partition service can not be loaded in Gitlab

parent 74789401
No related branches found
No related tags found
1 merge request!116Fix: API spec for partition service can not be loaded in Gitlab
Pipeline #77877 failed
...@@ -22,32 +22,8 @@ paths: ...@@ -22,32 +22,8 @@ paths:
get: get:
tags: tags:
- health-check - health-check
summary: livenessCheck summary: "Health check: liveness, readiness."
operationId: livenessCheckUsingGET operationId: healthCheckUsingGET
consumes:
- application/json
produces:
- application/json
responses:
'200':
description: OK
schema:
type: string
'401':
description: Unauthorized
'403':
description: Forbidden
'404':
description: Not Found
security:
- JWT:
- global
/actuator/health:
get:
tags:
- health-check
summary: readinessCheck
operationId: readinessCheckUsingGET
consumes: consumes:
- application/json - application/json
produces: produces:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment