From 1cd2d96082673188a18adc329051feddfb310e7f Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Tue, 5 Mar 2024 18:51:47 +0100 Subject: [PATCH] fix go-client --- backend/api/windmill_api.gen.go | 0 backend/windmill-api/openapi.yaml | 8 ++++++-- 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 backend/api/windmill_api.gen.go diff --git a/backend/api/windmill_api.gen.go b/backend/api/windmill_api.gen.go new file mode 100644 index 0000000000..e69de29bb2 diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 11c4fbb5ce..d41a4a2e76 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -5261,8 +5261,7 @@ paths: mem_peak: type: integer flow_status: - additionalProperties: - $ref: "#/components/schemas/WorkflowStatus" + $ref: "#/components/schemas/WorkflowStatusRecord" /w/{workspace}/jobs_u/get_flow_debug_info/{id}: get: @@ -8906,6 +8905,11 @@ components: required: - args + WorkflowStatusRecord: + type: object + additionalProperties: + $ref: "#/components/schemas/WorkflowStatus" + WorkflowStatus: type: object properties: