Removed redundant swagger API comment.

This commit is contained in:
markturney 2025-03-12 13:39:34 +00:00
parent e2db73570b
commit 686fa9e27a

View file

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