Bugzilla – Attachment 121289 Details for
Bug 28370
Routes still missing additionalProperties in spec
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28370: Fix invalid responses in /patrons
Bug-28370-Fix-invalid-responses-in-patrons.patch (text/plain), 1.05 KB, created by
Tomás Cohen Arazi (tcohen)
on 2021-05-21 20:21:56 UTC
(
hide
)
Description:
Bug 28370: Fix invalid responses in /patrons
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2021-05-21 20:21:56 UTC
Size:
1.05 KB
patch
obsolete
>From 3134a38c801ade5be93167849d33064deb64ecab Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Fri, 21 May 2021 17:16:19 -0300 >Subject: [PATCH] Bug 28370: Fix invalid responses in /patrons > >This response codes are not actually used. > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > api/v1/swagger/paths/patrons.json | 12 ------------ > 1 file changed, 12 deletions(-) > >diff --git a/api/v1/swagger/paths/patrons.json b/api/v1/swagger/paths/patrons.json >index 23d143b9180..3f067cc26ad 100644 >--- a/api/v1/swagger/paths/patrons.json >+++ b/api/v1/swagger/paths/patrons.json >@@ -617,18 +617,6 @@ > } > } > }, >- "202": { >- "description": "Accepted and waiting for librarian verification", >- "schema": { >- "type": "object" >- } >- }, >- "204": { >- "description": "No Content", >- "schema": { >- "type": "object" >- } >- }, > "400": { > "description": "Bad parameter", > "schema": { >-- >2.31.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 28370
:
121110
|
121134
|
121232
|
121270
|
121284
|
121285
|
121286
|
121287
| 121289