From 5d7c7754a09ce25fe1114d66493a807a5ebe333a Mon Sep 17 00:00:00 2001 From: Davide Vacca <134616519+dvacca-onfido@users.noreply.github.com> Date: Thu, 19 Dec 2024 17:43:11 +0100 Subject: [PATCH] Revert "add applicant_id in GET /workflow_runs" --- paths/workflow_runs.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/paths/workflow_runs.yaml b/paths/workflow_runs.yaml index 73eaf82c..0b4b1512 100644 --- a/paths/workflow_runs.yaml +++ b/paths/workflow_runs.yaml @@ -57,13 +57,6 @@ 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.