Bugzilla – Attachment 123818 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), 705 bytes, created by
David Nind
on 2021-08-12 20:05:26 UTC
(
hide
)
Description:
Bug 28848: Make sure the 'swagger' attribute is a string
Filename:
MIME Type:
Creator:
David Nind
Created:
2021-08-12 20:05:26 UTC
Size:
705 bytes
patch
obsolete
>From 6790f4fee3904838a1c6ad22d4c618c19b84485a 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> >--- > 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