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> Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
This commit is contained in:
parent
91c248adec
commit
410eb78a73
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue