Skip to content

Commit

Permalink
Create task needs the worker name as query parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit74 committed Aug 29, 2023
1 parent 645b22a commit 9962928
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions dispatcher/backend/docs/openapi_v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -849,6 +849,7 @@ paths:
- oauth: []
parameters:
- $ref: '#/components/parameters/TaskIdParameter'
- $ref: '#/components/parameters/WorkerNameParameter'
responses:
201:
description: Task Created
Expand Down Expand Up @@ -1620,6 +1621,12 @@ components:
required: true
schema:
type: string
WorkerNameParameter:
in: query
name: worker_name
required: true
schema:
type: string
StatusParameter:
in: query
name: status
Expand Down

0 comments on commit 9962928

Please sign in to comment.