Koha/api/v1/swagger
Julian Maurice c76281f3fc Bug 16213: Allow to select hold's itemtype when using API
Test plan:
1/ Use your usual "REST testing" tool to place a title-level hold with
an itemtype. The request should look like this:

POST /api/v1/holds
{
    "borrowernumber": 1234,
    "biblionumber": 456,
    "branchcode": "CPL",
    "itemtype": "A"
}

2/ Check that the hold was placed and the itemtype is correctly selected
3/ prove t/db_dependent/api/v1/holds.t

Signed-off-by: Benjamin Rokseth <benjamin.rokseth@kul.oslo.kommune.no>

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2018-01-30 14:21:28 -03:00
..
definitions Bug 18120: Update field descriptions 2017-09-29 17:13:13 -03:00
parameters Bug 18120: Add '/acquisitions/vendors' endpoint 2017-09-29 17:13:13 -03:00
paths Bug 16213: Allow to select hold's itemtype when using API 2018-01-30 14:21:28 -03:00
definitions.json Bug 18120: Add '/acquisitions/vendors' endpoint 2017-09-29 17:13:13 -03:00
parameters.json Bug 19410: (follow-up) Add reserved params definitions 2017-12-11 17:46:59 -03:00
paths.json Bug 7317: Interlibrary loans framework for Koha. 2017-11-09 11:42:12 -03:00
swagger.json Bug 18137: Remove x-mojo-around-action 2017-09-21 11:27:05 -03:00
x-primitives.json Bug 18120: Add '/acquisitions/vendors' endpoint 2017-09-29 17:13:13 -03:00