Skip to content

Commit e6f1a68

Browse files
authored
Merge pull request #8 from biosimulations/master
fix: correct name of parameter returned
2 parents ed90d91 + 682d600 commit e6f1a68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1806,7 +1806,7 @@ paths:
18061806
type: string # TODO: integer or array of integers WISHLIST: arrays
18071807
examples:
18081808
- [0, 1, 2, 3, 4, 5, 6, 7]
1809-
values:
1809+
value:
18101810
type: array
18111811
items: {}
18121812
examples:

0 commit comments

Comments
 (0)