Skip to content

Commit

Permalink
Merge pull request #136 from GGYaX/STUDIO-4207-update-workflow-runs-g…
Browse files Browse the repository at this point in the history
…et-params

add applicant_id in GET /workflow_runs
  • Loading branch information
HoneyryderChuck authored Nov 27, 2024
2 parents 95783ec + 5384d35 commit 86d893c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions paths/workflow_runs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,13 @@ workflow_runs:
- desc
- asc
default: desc
- in: query
name: applicant_id
required: false
schema:
type: string
format: uuid
description: the applicant's id.
responses:
"200":
description: An array of Workflow Run objects matching the query parameters.
Expand Down

0 comments on commit 86d893c

Please sign in to comment.