Merge pull request #1293 from arianvp/patch-1

Fix docs for  /eval/{id}  endpoint
This commit is contained in:
Janne Heß 2023-09-09 17:10:56 +02:00 committed by GitHub
commit 8a413ce71a
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