Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "add applicant_id in GET /workflow_runs" #141

Merged

Conversation

dvacca-onfido
Copy link
Contributor

@dvacca-onfido dvacca-onfido commented Dec 19, 2024

Reverts #136

Reverting this change for now as it's causing a breaking change on in java client library, i.e.:

-    public List<WorkflowRun> listWorkflowRuns(Integer page, String status, OffsetDateTime createdAtGt, OffsetDateTime createdAtLt, String sort) throws ApiException {
-        ApiResponse<List<WorkflowRun>> localVarResp = listWorkflowRunsWithHttpInfo(page, status, createdAtGt, createdAtLt, sort);
+    public List<WorkflowRun> listWorkflowRuns(Integer page, String status, OffsetDateTime createdAtGt, OffsetDateTime createdAtLt, String 
sort, UUID applicantId) throws ApiException {
+        ApiResponse<List<WorkflowRun>> localVarResp = listWorkflowRunsWithHttpInfo(page, status, createdAtGt, createdAtLt, sort, applicantId);

A new PR will be submitted just after.

@dvacca-onfido dvacca-onfido self-assigned this Dec 19, 2024
@dvacca-onfido dvacca-onfido merged commit 4c0d325 into master Dec 19, 2024
4 checks passed
@dvacca-onfido dvacca-onfido deleted the revert-136-STUDIO-4207-update-workflow-runs-get-params branch December 19, 2024 18:12
dvacca-onfido added a commit that referenced this pull request Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants