Skip to content

Commit

Permalink
Valided workflow_tempaltes as array of Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-collier committed Mar 27, 2020
1 parent d0c629b commit 39a4c1a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,12 @@ paths:
content:
application/json:
schema:
type: string
type: array
items:
type: object
properties:
externalIdentifier:
$ref: '#/components/schemas/Workflow'
/workflow_templates/{workflow}:
get:
summary: Retrieve workflow template for given workflow
Expand Down

0 comments on commit 39a4c1a

Please sign in to comment.