fix go-client

This commit is contained in:
Ruben Fiszel
2024-03-05 18:51:47 +01:00
parent 3ed2874c6d
commit 1cd2d96082
2 changed files with 6 additions and 2 deletions
View File
+6 -2
View File
@@ -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: