Skip to content

Commit

Permalink
Errant linebreak in swagger yaml busted the UI (#3172)
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffjentry committed Jan 20, 2018
1 parent 1dedea1 commit 2c6c995
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions engine/src/main/resources/swagger/cromwell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ paths:
type: file
in: formData
- name: workflowInputs
description: JSON or YAML file containing the inputs as an object. For WDL workflows a skeleton file can be generated from wom
tool using the "inputs" subcommand. When multiple files are specified, in case of key conflicts between multiple input JSON files, higher values of x in workflowInputs_x override lower values. For example, an input specified in workflowInputs_3 will override an input with the same name in workflowInputs or workflowInputs_2. Similarly, an input key specified in workflowInputs_5 will override an identical input key in any other input file.
description: JSON or YAML file containing the inputs as an object. For WDL workflows a skeleton file can be generated from womtool using the "inputs" subcommand. When multiple files are specified, in case of key conflicts between multiple input JSON files, higher values of x in workflowInputs_x override lower values. For example, an input specified in workflowInputs_3 will override an input with the same name in workflowInputs or workflowInputs_2. Similarly, an input key specified in workflowInputs_5 will override an identical input key in any other input file.
required: false
type: file
in: formData
Expand Down

0 comments on commit 2c6c995

Please sign in to comment.