Bugzilla – Attachment #123823: Bug 28848: Make sure the 'swagger' attribute is a string for
bug #28848
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 28848
Collapse All
|
Expand All
(-)
a/api/v1/swagger/swagger.yaml (-2 / +1 lines)
Lines 1-5
Link Here
1
---
1
---
2
swagger: 2.0
2
swagger: "2.0"
3
basePath: /api/v1
3
basePath: /api/v1
4
paths:
4
paths:
5
$ref: paths.json
5
$ref: paths.json
6
-
Return to
bug 28848