19 lines
486 B
JSON
19 lines
486 B
JSON
{
|
|
"get": {
|
|
"tags": ["System"],
|
|
"summary": "System Health Check",
|
|
"description": "Returns the current health status of the system",
|
|
"responses": {
|
|
"200": {
|
|
"description": "Successful operation",
|
|
"content": {
|
|
"application/json": {
|
|
"schema": {
|
|
"$ref": "../schemas/HealthCheckResponse.json"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |