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:
sternenseemann 2023-08-30 15:06:48 +02:00
parent 00d30874da
commit 113836ebae

View file

@ -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