feat: update swagger
This commit is contained in:
@@ -1771,7 +1771,7 @@ const docTemplate = `{
|
||||
},
|
||||
"/health": {
|
||||
"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": [
|
||||
"application/json"
|
||||
],
|
||||
|
||||
@@ -1768,7 +1768,7 @@
|
||||
},
|
||||
"/health": {
|
||||
"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": [
|
||||
"application/json"
|
||||
],
|
||||
|
||||
@@ -1387,7 +1387,8 @@ paths:
|
||||
get:
|
||||
consumes:
|
||||
- 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:
|
||||
- application/json
|
||||
responses:
|
||||
|
||||
Reference in New Issue
Block a user