You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 4, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: docs/static/openapi/cortex.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -156,7 +156,7 @@
156
156
"get": {
157
157
"operationId": "HealthController_check",
158
158
"summary": "Check health",
159
-
"description": "Checks the health of the application.",
159
+
"description": "Performs a comprehensive check of the application's health status.",
160
160
"parameters": [],
161
161
"responses": {
162
162
"200": {
@@ -175,7 +175,7 @@
175
175
"delete": {
176
176
"operationId": "Terminate server process",
177
177
"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.",
0 commit comments