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": { "/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"
], ],

View File

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

View File

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