From 53854468abf9dc6fe6656a142fabbbcbbb302355 Mon Sep 17 00:00:00 2001 From: pasqualespica <36746022+pasqualespica@users.noreply.github.com> Date: Thu, 2 May 2024 11:53:18 +0200 Subject: [PATCH] fix remove acutor from openapi --- openapi/openapi-v1.json | 62 ----------------------------------------- 1 file changed, 62 deletions(-) diff --git a/openapi/openapi-v1.json b/openapi/openapi-v1.json index d88f602f..51083d9e 100644 --- a/openapi/openapi-v1.json +++ b/openapi/openapi-v1.json @@ -539,68 +539,6 @@ } } } - }, - "/actuator/health": { - "get": { - "tags": [ - "Actuator" - ], - "summary": "Actuator web endpoint 'health'", - "operationId": "health", - "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" - } - } - } - } - } - } - }, - "/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": {