Koha/api/v1/swagger
Jonathan Druart bcb4327ea8 Bug 34054: Allow to embed biblio on GET /items
Test plan:
Request the /items REST API endpoint and ask for the biblio's info to be
embeded into the response passing x-koha-embed

curl -u koha:koha --request GET 'http://localhost:8081/api/v1/items' --header "x-koha-embed: biblio" --header "Content-Type: application/json"

Sponsored-by: BULAC - http://www.bulac.fr/
Signed-off-by: Andreas Roussos <a.roussos@dataly.gr>

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit 9afc411a15)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
(cherry picked from commit cf017af80c)
Signed-off-by: Jacob O'Mara <jacob.omara@ptfs-europe.com>
2023-10-17 12:12:46 +01:00
..
definitions Bug 32942: (follow-up) Fix typo 2023-10-12 16:00:24 +00:00
paths Bug 34054: Allow to embed biblio on GET /items 2023-10-17 12:12:46 +01:00
swagger.yaml Bug 34387: (QA follow-up) Fix display of 'Import batches' 2023-08-18 13:14:11 +00:00