Workflow QOL updatesls
This commit is contained in:
@@ -601,8 +601,6 @@ func generateYaml(swagger *openapi3.Swagger, newmd5 string) (*openapi3.Swagger,
|
||||
actualPath = strings.Replace(actualPath, "\\", "", -1)
|
||||
|
||||
// FIXME: Handle everything behind questionmark (?) with dots as well.
|
||||
log.Printf("ActualPath: %s", actualPath)
|
||||
|
||||
// https://godoc.org/github.com/getkin/kin-openapi/openapi3#PathItem
|
||||
if path.Get != nil {
|
||||
action, curCode := handleGet(swagger, api, extraParameters, path, actualPath)
|
||||
|
||||
@@ -120,6 +120,8 @@ type WorkflowApp struct {
|
||||
} `json:"contact_info" datastore:"contact_info" yaml:"contact_info" required:false`
|
||||
Actions []WorkflowAppAction `json:"actions" yaml:"actions" required:true datastore:"actions,noindex"`
|
||||
Authentication Authentication `json:"authentication" yaml:"authentication" required:false datastore:"authentication"`
|
||||
Tags []string `json:"tags" yaml:"tags" required:false datastore:"activated"`
|
||||
Category []string `json:"category" yaml:"category" required:false datastore:"category"`
|
||||
}
|
||||
|
||||
type WorkflowAppActionParameter struct {
|
||||
|
||||
Reference in New Issue
Block a user