Skip to content

Commit

Permalink
Merge pull request #876 from modelix/fix/operative-spec
Browse files Browse the repository at this point in the history
fix(model-server): provide a valid operative spec
  • Loading branch information
languitar authored Jul 3, 2024
2 parents 3dd6030 + c93c3a1 commit 549f2ec
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion model-server-openapi/specifications/model-server-operative.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,20 @@ paths:
- health
responses:
"200":
$ref: '#/components/responses/200'
$ref: '#/components/responses/Healthy'
default:
$ref: '#/components/responses/GeneralError'

components:
responses:
Healthy:
description: OK
content:
text/plain:
schema:
type: string
enum: ["healthy"]

MetricsResponse:
description: OK
content:
Expand Down

0 comments on commit 549f2ec

Please sign in to comment.