Bugzilla – Attachment 170463 Details for
Bug 37032
REST API: Unable to call item info via holds endpoint
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37032: Fix typo in holds.yaml
Bug-37032-Fix-typo-in-holdsyaml.patch (text/plain), 1013 bytes, created by
David Nind
on 2024-08-17 09:13:41 UTC
(
hide
)
Description:
Bug 37032: Fix typo in holds.yaml
Filename:
MIME Type:
Creator:
David Nind
Created:
2024-08-17 09:13:41 UTC
Size:
1013 bytes
patch
obsolete
>From ad6650be44008ad38e366487021f1bc32f329073 Mon Sep 17 00:00:00 2001 >From: Emmi Takkinen <emmi.takkinen@koha-suomi.fi> >Date: Mon, 22 Jul 2024 08:38:33 +0300 >Subject: [PATCH] Bug 37032: Fix typo in holds.yaml > >There is a typo in holds.yaml which prevents >fetching item as embeded object. Option >"collectionFormat" should be under "x-koha-embed", >not "items" array. > >To test prove t/db_dependent/api/v1/holds.t. > >Sponsored-by: Koha-Suomi Oy >Signed-off-by: David Nind <david@davidnind.com> >--- > api/v1/swagger/paths/holds.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/api/v1/swagger/paths/holds.yaml b/api/v1/swagger/paths/holds.yaml >index b75ad24e50..7d75826d93 100644 >--- a/api/v1/swagger/paths/holds.yaml >+++ b/api/v1/swagger/paths/holds.yaml >@@ -104,7 +104,7 @@ > - cancellation_requested > - biblio > - pickup_library >- collectionFormat: csv >+ collectionFormat: csv > produces: > - application/json > responses: >-- >2.39.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 37032
:
169266
|
170463
|
170532