hydra-api.yaml: name JobsetEval parameter eval-id
This is more accurate since the id space is not shared between build and eval ids.
This commit is contained in:
parent
00d30874da
commit
113836ebae
|
@ -533,13 +533,13 @@ paths:
|
|||
schema:
|
||||
$ref: '#/components/schemas/Error'
|
||||
|
||||
/eval/{build-id}:
|
||||
/eval/{eval-id}:
|
||||
get:
|
||||
summary: Retrieves evaluations identified by build id
|
||||
summary: Retrieves evaluations identified by eval id
|
||||
parameters:
|
||||
- name: build-id
|
||||
- name: eval-id
|
||||
in: path
|
||||
description: build identifier
|
||||
description: eval identifier
|
||||
required: true
|
||||
schema:
|
||||
type: integer
|
||||
|
|
Loading…
Reference in a new issue