Bugzilla – Attachment 170532 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), 1.05 KB, created by
Martin Renvoize (ashimema)
on 2024-08-21 08:15:58 UTC
(
hide
)
Description:
Bug 37032: Fix typo in holds.yaml
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-08-21 08:15:58 UTC
Size:
1.05 KB
patch
obsolete
>From 4d654165cddf9f4fb84c8964a5c01571d4e478de 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> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.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 b75ad24e508..7d75826d935 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.46.0
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