Browse Source

feat: add /api/v1/db/meta/nocodb/health

pull/2460/head
Wing-Kam Wong 2 years ago
parent
commit
c0fa025fef
  1. 21
      scripts/sdk/swagger.json

21
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",

Loading…
Cancel
Save