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)
committerTomas Cohen Arazi <tomascohen@theke.io>
Thu, 13 Jul 2023 18:19:34 +0000 (15:19 -0300)
commit2d27d02a4d63b3d3a322db18db8420693e986fdd
tree18ed2abab773bfdbf423cf559849d7496fb1c7dc
parentb86ad81bbf19eb5becf0652dcd23dad99cf158be
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>
api/v1/swagger/paths/biblios.yaml