Bugzilla – Attachment 121294 Details for
Bug 28424
POST /patrons/:patron_id/account/credits return value wrong
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28424: (28370 follow-up) Fix response definition
Bug-28424-28370-follow-up-Fix-response-definition.patch (text/plain), 857 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2021-05-21 21:33:35 UTC
(
hide
)
Description:
Bug 28424: (28370 follow-up) Fix response definition
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2021-05-21 21:33:35 UTC
Size:
857 bytes
patch
obsolete
>From 04890c70cbb33e57a3599f744a568172377effd5 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Fri, 21 May 2021 18:32:03 -0300 >Subject: [PATCH] Bug 28424: (28370 follow-up) Fix response definition > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > api/v1/swagger/paths/patrons_account.json | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/api/v1/swagger/paths/patrons_account.json b/api/v1/swagger/paths/patrons_account.json >index 9e118d9aded..9033645d392 100644 >--- a/api/v1/swagger/paths/patrons_account.json >+++ b/api/v1/swagger/paths/patrons_account.json >@@ -88,7 +88,7 @@ > "201": { > "description": "Credit added", > "schema": { >- "type": "object" >+ "$ref": "../definitions.json#/account_line" > } > }, > "401": { >-- >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 28424
:
121292
|
121293
|
121294
|
121295
|
121304
|
121305
|
121306
|
121307