forked from lix-project/hydra
Fix docs for /eval/{id} endpoint
You need to pass it an eval-id, not a build-id pretty sure
This commit is contained in:
parent
d135b123cd
commit
46246dcae3
|
@ -533,13 +533,13 @@ paths:
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/components/schemas/Error'
|
$ref: '#/components/schemas/Error'
|
||||||
|
|
||||||
/eval/{build-id}:
|
/eval/{eval-id}:
|
||||||
get:
|
get:
|
||||||
summary: Retrieves evaluations identified by build id
|
summary: Retrieves evaluations identified by eval id
|
||||||
parameters:
|
parameters:
|
||||||
- name: build-id
|
- name: eval-id
|
||||||
in: path
|
in: path
|
||||||
description: build identifier
|
description: eval identifier
|
||||||
required: true
|
required: true
|
||||||
schema:
|
schema:
|
||||||
type: integer
|
type: integer
|
||||||
|
|
Loading…
Reference in a new issue