From c0fa025feff12455dedbe7dd8643cf831d6c63ea Mon Sep 17 00:00:00 2001 From: Wing-Kam Wong Date: Thu, 23 Jun 2022 09:30:50 +0800 Subject: [PATCH] feat: add /api/v1/db/meta/nocodb/health --- scripts/sdk/swagger.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/scripts/sdk/swagger.json b/scripts/sdk/swagger.json index acbac69bab..5dabc2d321 100644 --- a/scripts/sdk/swagger.json +++ b/scripts/sdk/swagger.json @@ -5128,6 +5128,27 @@ "description": "" } }, + "/api/v1/db/meta/nocodb/health": { + "parameters": [], + "get": { + "summary": "", + "operationId": "utils-app-health", + "responses": { + "200": { + "description": "OK", + "content": { + "application/json": { + "schema": {} + } + } + } + }, + "tags": [ + "Utils" + ], + "description": "" + } + }, "/api/v1/db/meta/cache": { "get": { "summary": "Your GET endpoint",