Bugzilla – Attachment 132603 Details for
Bug 30408
API and OpenAPI versions should be string in spec
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30408: Make API and OpenAPI versions strings in spec
Bug-30408-Make-API-and-OpenAPI-versions-strings-in.patch (text/plain), 919 bytes, created by
Martin Renvoize (ashimema)
on 2022-03-30 12:42:51 UTC
(
hide
)
Description:
Bug 30408: Make API and OpenAPI versions strings in spec
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2022-03-30 12:42:51 UTC
Size:
919 bytes
patch
obsolete
>From 26def590170b219cf565e945e9d10a6301336249 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Wed, 30 Mar 2022 14:07:20 +0200 >Subject: [PATCH] Bug 30408: Make API and OpenAPI versions strings in spec > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > api/v1/swagger/swagger.yaml | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/api/v1/swagger/swagger.yaml b/api/v1/swagger/swagger.yaml >index 4263e08e79..454a520792 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 > definitions: > account_line: >@@ -395,7 +395,7 @@ parameters: > type: integer > info: > title: Koha REST API >- version: 1 >+ version: "1" > license: > name: "GPL v3," > url: http://www.gnu.org/licenses/gpl.txt >-- >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 30408
:
132580
| 132603