This commit is contained in:
Xi Yan 2025-03-12 11:46:43 -07:00
parent 076f0cf1bb
commit 1dfa46d30d

View file

@ -201,14 +201,14 @@ paths:
parameters: parameters:
- name: job_id - name: job_id
in: path in: path
description: >- description: The ID of the job to cancel.
The ID of the benchmark to run the evaluation on.
required: true required: true
schema: schema:
type: string type: string
- name: job_id - name: benchmark_id
in: path in: query
description: The ID of the job to cancel. description: >-
The ID of the benchmark to run the evaluation on.
required: true required: true
schema: schema:
type: string type: string