Bugzilla – Attachment 181652 Details for
Bug 39600
Use the API to render the OPAC ILL requests table
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39600: Fix spec to include invalid query handling
Bug-39600-Fix-spec-to-include-invalid-query-handli.patch (text/plain), 1.55 KB, created by
Tomás Cohen Arazi (tcohen)
on 2025-04-29 13:01:36 UTC
(
hide
)
Description:
Bug 39600: Fix spec to include invalid query handling
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2025-04-29 13:01:36 UTC
Size:
1.55 KB
patch
obsolete
>From 939742d92279e6f6ca6c6e87cddbbc0092334f15 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Tue, 29 Apr 2025 10:01:15 -0300 >Subject: [PATCH] Bug 39600: Fix spec to include invalid query handling > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > api/v1/swagger/paths/patrons.yaml | 5 ++++- > api/v1/swagger/paths/public_patrons.yaml | 5 ++++- > 2 files changed, 8 insertions(+), 2 deletions(-) > >diff --git a/api/v1/swagger/paths/patrons.yaml b/api/v1/swagger/paths/patrons.yaml >index 65ac96a2ced..a7df190ba3e 100644 >--- a/api/v1/swagger/paths/patrons.yaml >+++ b/api/v1/swagger/paths/patrons.yaml >@@ -699,7 +699,10 @@ > items: > $ref: "../swagger.yaml#/definitions/ill_request" > "400": >- description: Bad request >+ description: | >+ Bad request. Possible `error_code` attribute values: >+ >+ * `invalid_query` > schema: > $ref: "../swagger.yaml#/definitions/error" > "401": >diff --git a/api/v1/swagger/paths/public_patrons.yaml b/api/v1/swagger/paths/public_patrons.yaml >index 81aee733f06..dfa00ae8256 100644 >--- a/api/v1/swagger/paths/public_patrons.yaml >+++ b/api/v1/swagger/paths/public_patrons.yaml >@@ -315,7 +315,10 @@ > items: > $ref: "../swagger.yaml#/definitions/ill_request" > "400": >- description: Bad request >+ description: | >+ Bad request. Possible `error_code` attribute values: >+ >+ * `invalid_query` > schema: > $ref: "../swagger.yaml#/definitions/error" > "401": >-- >2.49.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 39600
:
180758
|
180759
|
180760
|
180761
|
180762
|
180763
|
180764
|
180778
|
180781
|
180785
|
180786
|
180787
|
180821
|
181132
|
181133
|
181134
|
181135
|
181437
|
181438
|
181439
|
181440
|
181441
|
181442
|
181443
|
181524
|
181525
|
181526
|
181532
|
181533
|
181534
|
181535
|
181536
|
181537
|
181538
|
181608
| 181652