Skip to content

Commit

Permalink
Add applicant_id in GET /workflow_runs (#142)
Browse files Browse the repository at this point in the history
This reverts commit 4c0d325.
  • Loading branch information
dvacca-onfido authored Feb 14, 2025
1 parent 6a6a842 commit b592af1
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 b592af1

Please sign in to comment.