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: