Skip to content

Commit 064037b

Browse files
committed
feat(specs): add required status to model metrics response
1 parent 61ee590 commit 064037b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

specs/predict/paths/models/getModelMetrics.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ get:
2323
type: array
2424
items:
2525
$ref: '../../responses/Models.yml#/modelMetrics'
26+
required:
27+
- modelID
28+
- metrics
2629
'401':
2730
$ref: '../../responses/InvalidCredentials.yml'
2831
'404':

0 commit comments

Comments
 (0)