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

Merge branch '7235' into 'master'

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

See merge request !116
parents 74789401 98673498
No related branches found
No related tags found
1 merge request!116Fix: API spec for partition service can not be loaded in Gitlab
Pipeline #78330 waiting for manual action
......@@ -22,32 +22,8 @@ paths:
get:
tags:
- health-check
summary: livenessCheck
operationId: livenessCheckUsingGET
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
summary: "Health check: liveness, readiness."
operationId: healthCheckUsingGET
consumes:
- application/json
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