From 19291b7f61292c8df11e04adba55942f87b7d14d Mon Sep 17 00:00:00 2001 From: Kharec Date: Thu, 5 Mar 2026 11:39:24 +0100 Subject: [PATCH] feat: update swagger --- docs/docs.go | 2 +- docs/swagger.json | 2 +- docs/swagger.yaml | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/docs.go b/docs/docs.go index c62b164..e9e4210 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -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" ], diff --git a/docs/swagger.json b/docs/swagger.json index a1eac57..4fd4c82 100644 --- a/docs/swagger.json +++ b/docs/swagger.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" ], diff --git a/docs/swagger.yaml b/docs/swagger.yaml index e84d1f0..d094e86 100644 --- a/docs/swagger.yaml +++ b/docs/swagger.yaml @@ -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: