forked from lix-project/hydra
Merge pull request #1293 from arianvp/patch-1
Fix docs for /eval/{id} endpoint
This commit is contained in:
commit
8a413ce71a
|
@ -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