diff --git a/docs/api/partition_openapi.yaml b/docs/api/partition_openapi.yaml
index e540fcbc34ea5acf88494c8682e5539b6ab83914..12a749e8bb317121fe3bb43efd6ca4c870910d22 100644
--- a/docs/api/partition_openapi.yaml
+++ b/docs/api/partition_openapi.yaml
@@ -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: