From 8b5f1536020e07a48cd20421002aff84901f0f10 Mon Sep 17 00:00:00 2001 From: pasqualespica <36746022+pasqualespica@users.noreply.github.com> Date: Thu, 28 Mar 2024 12:02:50 +0100 Subject: [PATCH] restore old style --- openapi/openapi-v1.json | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/openapi/openapi-v1.json b/openapi/openapi-v1.json index f6f07564..a1086b2e 100644 --- a/openapi/openapi-v1.json +++ b/openapi/openapi-v1.json @@ -570,37 +570,6 @@ } } } - }, - "/actuator/health/**": { - "get": { - "tags": [ - "Actuator" - ], - "summary": "Actuator web endpoint 'health-path'", - "operationId": "health-path", - "responses": { - "200": { - "description": "OK", - "content": { - "application/vnd.spring-boot.actuator.v3+json": { - "schema": { - "type": "object" - } - }, - "application/vnd.spring-boot.actuator.v2+json": { - "schema": { - "type": "object" - } - }, - "application/json": { - "schema": { - "type": "object" - } - } - } - } - } - } } }, "components": {