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:
Arian van Putten 2023-07-19 15:13:25 +02:00 committed by GitHub
parent d135b123cd
commit 46246dcae3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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