Skip to content

Commit

Permalink
Merge pull request #1293 from arianvp/patch-1
Browse files Browse the repository at this point in the history
Fix docs for  /eval/{id}  endpoint
  • Loading branch information
dasJ authored Sep 9, 2023
2 parents 00d3087 + 46246dc commit 8a413ce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions hydra-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8a413ce

Please sign in to comment.