Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 16ba286

Browse files
committed
chore: server description
1 parent 2691cfc commit 16ba286

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/static/openapi/cortex.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
"get": {
157157
"operationId": "HealthController_check",
158158
"summary": "Check health",
159-
"description": "Checks the health of the application.",
159+
"description": "Performs a comprehensive check of the application's health status.",
160160
"parameters": [],
161161
"responses": {
162162
"200": {
@@ -175,7 +175,7 @@
175175
"delete": {
176176
"operationId": "Terminate server process",
177177
"summary": "Terminate server",
178-
"description": "Terminate server process.",
178+
"description": "Initiates the shutdown process for the server, ensuring that all active connections are gracefully closed and any ongoing processes are properly terminated.",
179179
"parameters": [],
180180
"responses": {
181181
"200": {

0 commit comments

Comments
 (0)