Bugzilla – Attachment 178164 Details for
Bug 36135
Add tool to batch modify holds
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36135: Add ability to fetch patron info via API holds endpoint
0012-Bug-36135-Add-ability-to-fetch-patron-info-via-API-h.patch (text/plain), 1.17 KB, created by
Emmi Takkinen
on 2025-02-18 06:35:50 UTC
(
hide
)
Description:
Bug 36135: Add ability to fetch patron info via API holds endpoint
Filename:
MIME Type:
Creator:
Emmi Takkinen
Created:
2025-02-18 06:35:50 UTC
Size:
1.17 KB
patch
obsolete
>From 87eac9699c06c2ab5b91bbea9a85bbf8bf4ff7bd Mon Sep 17 00:00:00 2001 >From: Emmi Takkinen <emmi.takkinen@koha-suomi.fi> >Date: Wed, 22 Jan 2025 12:51:47 +0200 >Subject: [PATCH 12/14] Bug 36135: Add ability to fetch patron info via API > holds endpoint > >--- > api/v1/swagger/definitions/hold.yaml | 5 +++++ > api/v1/swagger/paths/holds.yaml | 1 + > 2 files changed, 6 insertions(+) > >diff --git a/api/v1/swagger/definitions/hold.yaml b/api/v1/swagger/definitions/hold.yaml >index 2ba3367e04..25d7754425 100644 >--- a/api/v1/swagger/definitions/hold.yaml >+++ b/api/v1/swagger/definitions/hold.yaml >@@ -128,5 +128,10 @@ properties: > - object > - "null" > description: Pickup library >+ patron: >+ type: >+ - object >+ - "null" >+ description: Patron for hold > > additionalProperties: false >diff --git a/api/v1/swagger/paths/holds.yaml b/api/v1/swagger/paths/holds.yaml >index 48fe6e31e0..ad2002508c 100644 >--- a/api/v1/swagger/paths/holds.yaml >+++ b/api/v1/swagger/paths/holds.yaml >@@ -105,6 +105,7 @@ > - biblio > - pickup_library > - item >+ - patron > collectionFormat: csv > produces: > - application/json >-- >2.34.1 >
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 36135
:
163021
|
163022
|
163023
|
163024
|
163529
|
163530
|
163540
|
163541
|
163542
|
163543
|
163544
|
163796
|
164037
|
164051
|
164057
|
164058
|
164059
|
164060
|
164061
|
164062
|
164063
|
177518
|
177519
|
177959
|
177960
|
177961
|
177962
|
177963
|
177964
|
177965
|
177966
|
177967
|
177968
|
177969
|
177975
|
177976
|
177981
|
177982
|
178154
|
178155
|
178156
|
178157
|
178158
|
178159
|
178160
|
178161
|
178162
|
178163
|
178164
|
178165
|
178166
|
178167
|
178954
|
179028
|
179029
|
179030
|
179031
|
179032
|
179033
|
179034
|
179035
|
179036
|
179037
|
179038
|
179039
|
179040
|
179041
|
179042
|
179081
|
179082
|
181049