feat: update swagger

This commit is contained in:
2026-03-05 11:39:24 +01:00
parent c31eb2f3df
commit 19291b7f61
3 changed files with 4 additions and 3 deletions

View File

@@ -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"
],

View File

@@ -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"
],

View File

@@ -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: