feat: update swagger
This commit is contained in:
@@ -1771,7 +1771,7 @@ const docTemplate = `{
|
|||||||
},
|
},
|
||||||
"/health": {
|
"/health": {
|
||||||
"get": {
|
"get": {
|
||||||
"description": "Check the API health status along with database connectivity details",
|
"description": "Check the API health status along with database connectivity and SMTP service details",
|
||||||
"consumes": [
|
"consumes": [
|
||||||
"application/json"
|
"application/json"
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -1768,7 +1768,7 @@
|
|||||||
},
|
},
|
||||||
"/health": {
|
"/health": {
|
||||||
"get": {
|
"get": {
|
||||||
"description": "Check the API health status along with database connectivity details",
|
"description": "Check the API health status along with database connectivity and SMTP service details",
|
||||||
"consumes": [
|
"consumes": [
|
||||||
"application/json"
|
"application/json"
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -1387,7 +1387,8 @@ paths:
|
|||||||
get:
|
get:
|
||||||
consumes:
|
consumes:
|
||||||
- application/json
|
- application/json
|
||||||
description: Check the API health status along with database connectivity details
|
description: Check the API health status along with database connectivity and
|
||||||
|
SMTP service details
|
||||||
produces:
|
produces:
|
||||||
- application/json
|
- application/json
|
||||||
responses:
|
responses:
|
||||||
|
|||||||
Reference in New Issue
Block a user