Bugzilla – Attachment 153820 Details for
Bug 34054
Allow to embed biblio on GET /items
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34054: Allow to embed biblio on GET /items
Bug-34054-Allow-to-embed-biblio-on-GET-items.patch (text/plain), 1.10 KB, created by
Andreas Roussos
on 2023-07-23 09:10:41 UTC
(
hide
)
Description:
Bug 34054: Allow to embed biblio on GET /items
Filename:
MIME Type:
Creator:
Andreas Roussos
Created:
2023-07-23 09:10:41 UTC
Size:
1.10 KB
patch
obsolete
>From 1347d92adf6bd69bd01248a227f9b423c4b2bf00 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 25 Apr 2023 12:06:07 +0200 >Subject: [PATCH] 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> >--- > api/v1/swagger/paths/items.yaml | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/api/v1/swagger/paths/items.yaml b/api/v1/swagger/paths/items.yaml >index f9aa9301d1..f75361bc8a 100644 >--- a/api/v1/swagger/paths/items.yaml >+++ b/api/v1/swagger/paths/items.yaml >@@ -21,6 +21,7 @@ > type: string > enum: > - +strings >+ - biblio > collectionFormat: csv > - $ref: "../swagger.yaml#/parameters/match" > - $ref: "../swagger.yaml#/parameters/order_by" >-- >2.30.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 34054
:
152466
|
152467
|
153819
|
153820
|
156078
|
156079