Skip to content

Commit 0f49c68

Browse files
author
Ole Lensmar
committed
updated parameter references
1 parent d3c8561 commit 0f49c68

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

guidelines/sample-server/files/swagger.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,8 @@ paths:
1515
produces:
1616
- "application/json"
1717
parameters:
18-
-
19-
$ref: "http://localhost:8000/parameters.yaml#/query/skip"
20-
-
21-
$ref: "http://localhost:8000/parameters.yaml#/query/limit"
18+
- $ref: "http://localhost:8000/parameters.yaml#/query/skip"
19+
- $ref: "http://localhost:8000/parameters.yaml#/query/limit"
2220
responses:
2321
200:
2422
description: "Users in the system"

0 commit comments

Comments
 (0)