Bugzilla – Attachment 123823 Details for
Bug 28848
OpenAPI version should be a string
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28848: Make sure the 'swagger' attribute is a string
Bug-28848-Make-sure-the-swagger-attribute-is-a-str.patch (text/plain), 769 bytes, created by
Martin Renvoize (ashimema)
on 2021-08-13 12:31:21 UTC
(
hide
)
Description:
Bug 28848: Make sure the 'swagger' attribute is a string
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2021-08-13 12:31:21 UTC
Size:
769 bytes
patch
obsolete
>From 8f0ede43dc7be2259076ad70540fa159ba7985ab Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Thu, 12 Aug 2021 11:15:22 -0300 >Subject: [PATCH] Bug 28848: Make sure the 'swagger' attribute is a string > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >Signed-off-by: David Nind <david@davidnind.com> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > api/v1/swagger/swagger.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/api/v1/swagger/swagger.yaml b/api/v1/swagger/swagger.yaml >index b73682120b..2e4e9bc09f 100644 >--- a/api/v1/swagger/swagger.yaml >+++ b/api/v1/swagger/swagger.yaml >@@ -1,5 +1,5 @@ > --- >-swagger: 2.0 >+swagger: "2.0" > basePath: /api/v1 > paths: > $ref: paths.json >-- >2.20.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 28848
:
123815
|
123818
| 123823