Bugzilla – Attachment 163033 Details for
Bug 35967
Add /api/v1/patrons/{patron_id}/recalls endpoint to list a patron's recalls
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35967: (QA follow-up) `status` is not nullable
Bug-35967-QA-follow-up-status-is-not-nullable.patch (text/plain), 874 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2024-03-11 13:47:02 UTC
(
hide
)
Description:
Bug 35967: (QA follow-up) `status` is not nullable
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2024-03-11 13:47:02 UTC
Size:
874 bytes
patch
obsolete
>From 15fbe4d31a9477da734fdfa65ce1281071bb9784 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Mon, 11 Mar 2024 10:38:33 -0300 >Subject: [PATCH] Bug 35967: (QA follow-up) `status` is not nullable > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > api/v1/swagger/definitions/recall.yaml | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > >diff --git a/api/v1/swagger/definitions/recall.yaml b/api/v1/swagger/definitions/recall.yaml >index 5c310179aa3..9a36bb814e4 100644 >--- a/api/v1/swagger/definitions/recall.yaml >+++ b/api/v1/swagger/definitions/recall.yaml >@@ -38,9 +38,7 @@ properties: > - "null" > description: Where in the queue the patron sits (not yet implemented) > status: >- type: >- - string >- - "null" >+ type: string > description: Status of the recall > enum: > - requested >-- >2.44.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 35967
:
161708
|
161924
|
163032
| 163033 |
163034