We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3c8561 commit 0f49c68Copy full SHA for 0f49c68
guidelines/sample-server/files/swagger.yaml
@@ -15,10 +15,8 @@ paths:
15
produces:
16
- "application/json"
17
parameters:
18
- -
19
- $ref: "http://localhost:8000/parameters.yaml#/query/skip"
20
21
- $ref: "http://localhost:8000/parameters.yaml#/query/limit"
+ - $ref: "http://localhost:8000/parameters.yaml#/query/skip"
+ - $ref: "http://localhost:8000/parameters.yaml#/query/limit"
22
responses:
23
200:
24
description: "Users in the system"
0 commit comments