Skip to content

Commit

Permalink
Revert "Revert "add applicant_id in GET /workflow_runs" (#141)"
Browse files Browse the repository at this point in the history
This reverts commit 4c0d325.
  • Loading branch information
dvacca-onfido authored Dec 19, 2024
1 parent 77000d7 commit d5365ea
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 d5365ea

Please sign in to comment.