Swagger correction.

This commit is contained in:
markturney 2025-03-12 14:53:34 +00:00
parent cbcda1ad22
commit 633a9f4dd2

View file

@ -13,7 +13,8 @@ type DispatchWorkflowOption struct {
// Input keys and values configured in the workflow file. // Input keys and values configured in the workflow file.
Inputs map[string]string `json:"inputs"` Inputs map[string]string `json:"inputs"`
// Flag to return the run info // Flag to return the run info
ReturnRunInfo bool `json:"return_run_info" default:"false"` // default: false
ReturnRunInfo bool `json:"return_run_info"`
} }
// DispatchWorkflowRun represents a workflow run // DispatchWorkflowRun represents a workflow run