mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-18 08:01:26 +00:00
fix go-client
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user