We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3dd6030 + c93c3a1 commit 549f2ecCopy full SHA for 549f2ec
model-server-openapi/specifications/model-server-operative.yaml
@@ -35,12 +35,20 @@ paths:
35
- health
36
responses:
37
"200":
38
- $ref: '#/components/responses/200'
+ $ref: '#/components/responses/Healthy'
39
default:
40
$ref: '#/components/responses/GeneralError'
41
42
components:
43
44
+ Healthy:
45
+ description: OK
46
+ content:
47
+ text/plain:
48
+ schema:
49
+ type: string
50
+ enum: ["healthy"]
51
+
52
MetricsResponse:
53
description: OK
54
content:
0 commit comments