Bug 31028: Add API's for tickets
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Tue, 25 Oct 2022 12:14:19 +0000 (13:14 +0100)
committerTomas Cohen Arazi <tomascohen@theke.io>
Mon, 6 Mar 2023 14:23:17 +0000 (11:23 -0300)
commite87ca2888306ba3e0bf1b4469999772e2ede001a
tree18f444f53f40b5150b667c23ec60cddd37e58f07
parentf49861006f1c921dcee62391b638c0f16a000c18
Bug 31028: Add API's for tickets

This patch adds basic CRUD API's for the ticket endpoints.

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Helen Oliver <HOliver@tavi-port.ac.uk>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Koha/REST/V1/Tickets.pm [new file with mode: 0644]
Koha/Ticket.pm
api/v1/swagger/definitions/ticket.yaml [new file with mode: 0644]
api/v1/swagger/paths/tickets.yaml [new file with mode: 0644]
api/v1/swagger/swagger.yaml
t/db_dependent/api/v1/tickets.t [new file with mode: 0755]