Bug 34211: Add +strings for GET /api/v1/biblios/:biblio_id/items
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 6 Jul 2023 12:08:26 +0000 (14:08 +0200)
committerMatt Blenkinsop <matt.blenkinsop@ptfs-europe.com>
Tue, 18 Jul 2023 14:23:21 +0000 (14:23 +0000)
commitd001745d69527003d897317ba293d25d50c067d9
tree55a43a44a41d0f1d218776bfa15e3525620d87ec
parentfa2b922934accce74c8fb9e8325a2eae337a0297
Bug 34211: Add +strings for GET /api/v1/biblios/:biblio_id/items

Allow to embed stringified version of attributes for the "Get items for
a biblio" endpoint

Test plan:
curl -u koha:koha --request GET 'http://localhost:8081/api/v1/biblios/47/items' --header "Content-Type: application/json" --header "x-koha-embed: +strings" | jq

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit 2d27d02a4d63b3d3a322db18db8420693e986fdd)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
(cherry picked from commit 246c616fa6af223bc2fe5ac950c958308cc004d4)
Signed-off-by: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com>
api/v1/swagger/paths/biblios.yaml