From 410eb78a73a43cc235e98044a98dff76503b6ded Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi 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 Signed-off-by: Martin Renvoize Signed-off-by: Fridolin Somers --- 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 0af9371cf8..607e4c2d2b 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: @@ -403,7 +403,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.39.2