View | Details | Raw Unified | Return to bug 30408
Collapse All | Expand All

(-)a/api/v1/swagger/swagger.yaml (-3 / +2 lines)
Lines 1-5 Link Here
1
---
1
---
2
swagger: 2.0
2
swagger: "2.0"
3
basePath: /api/v1
3
basePath: /api/v1
4
definitions:
4
definitions:
5
  account_line:
5
  account_line:
Lines 395-401 parameters: Link Here
395
    type: integer
395
    type: integer
396
info:
396
info:
397
  title: Koha REST API
397
  title: Koha REST API
398
  version: 1
398
  version: "1"
399
  license:
399
  license:
400
    name: "GPL v3,"
400
    name: "GPL v3,"
401
    url: http://www.gnu.org/licenses/gpl.txt
401
    url: http://www.gnu.org/licenses/gpl.txt
402
- 

Return to bug 30408