Bugzilla – Attachment 183201 Details for
Bug 39657
Block holds placed via the API when patron would be blocked from placing OPAC hold
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39657: Spec changes
Bug-39657-Spec-changes.patch (text/plain), 1.41 KB, created by
Andrew Fuerste-Henry
on 2025-06-12 12:40:53 UTC
(
hide
)
Description:
Bug 39657: Spec changes
Filename:
MIME Type:
Creator:
Andrew Fuerste-Henry
Created:
2025-06-12 12:40:53 UTC
Size:
1.41 KB
patch
obsolete
>From ed338cd552d06ef223b39658c1b8db202ee31055 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Mon, 9 Jun 2025 19:41:40 -0300 >Subject: [PATCH] Bug 39657: Spec changes > >Signed-off-by: Kristi Krueger <kkrueger@cuyahogalibrary.org> >--- > api/v1/swagger/paths/holds.yaml | 18 ++++++++++++++++++ > 1 file changed, 18 insertions(+) > >diff --git a/api/v1/swagger/paths/holds.yaml b/api/v1/swagger/paths/holds.yaml >index cac66270182..4fe775fb367 100644 >--- a/api/v1/swagger/paths/holds.yaml >+++ b/api/v1/swagger/paths/holds.yaml >@@ -221,6 +221,12 @@ > type: string > enum: > - any >+ - bad_address >+ - card_lost >+ - debt_limit >+ - expired >+ - hold_limit >+ - restricted > collectionFormat: csv > consumes: > - application/json >@@ -247,6 +253,18 @@ > description: Borrower not found > schema: > $ref: "../swagger.yaml#/definitions/error" >+ "409": >+ description: | >+ Conflict. Possible `error_code` attribute values: >+ >+ * `bad_address` >+ * `card_lost` >+ * `debt_limit` >+ * `expired` >+ * `hold_limit` >+ * `restricted` >+ schema: >+ $ref: "../swagger.yaml#/definitions/error" > "500": > description: | > Internal server error. Possible `error_code` attribute values: >-- >2.39.5
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 39657
:
183108
|
183109
|
183110
|
183200
|
183201
|
183202
|
183491
|
183492
|
183493