Bugzilla – Attachment 87449 Details for
Bug 17005
Extend /checkouts route to list circulation history
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17005: Add plugin parameters to /checkouts endpoint
Bug-17005-Add-plugin-parameters-to-checkouts-endpo.patch (text/plain), 1.11 KB, created by
Michal Denar
on 2019-04-05 11:57:25 UTC
(
hide
)
Description:
Bug 17005: Add plugin parameters to /checkouts endpoint
Filename:
MIME Type:
Creator:
Michal Denar
Created:
2019-04-05 11:57:25 UTC
Size:
1.11 KB
patch
obsolete
>From e334daa78ca659a1992810a19fc0cff163e07b21 Mon Sep 17 00:00:00 2001 >From: Josef Moravec <josef.moravec@gmail.com> >Date: Thu, 4 Apr 2019 07:42:14 +0000 >Subject: [PATCH] Bug 17005: Add plugin parameters to /checkouts endpoint > >Signed-off-by: Michal Denar <black23@gmail.com> > >Signed-off-by: Michal Denar <black23@gmail.com> >--- > api/v1/swagger/paths/checkouts.json | 8 ++++++++ > 1 file changed, 8 insertions(+) > >diff --git a/api/v1/swagger/paths/checkouts.json b/api/v1/swagger/paths/checkouts.json >index 45369e2001..faa6f65828 100644 >--- a/api/v1/swagger/paths/checkouts.json >+++ b/api/v1/swagger/paths/checkouts.json >@@ -11,6 +11,14 @@ > "in": "query", > "description": "By default, current checkouts are returned, when this is true then checked in checkouts are returned as result.", > "type": "boolean" >+ }, { >+ "$ref": "../parameters.json#/match" >+ }, { >+ "$ref": "../parameters.json#/order_by" >+ }, { >+ "$ref": "../parameters.json#/page" >+ }, { >+ "$ref": "../parameters.json#/per_page" > }], > "produces": [ > "application/json" >-- >2.11.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 17005
:
53843
|
53851
|
53852
|
53858
|
54198
|
56698
|
56699
|
61197
|
87254
|
87255
|
87383
|
87384
|
87385
|
87405
|
87406
|
87407
|
87442
|
87443
|
87444
|
87447
|
87448
|
87449
|
88263
|
88264
|
88265
|
88329
|
88330
|
88331
|
91166
|
91167
|
91168
|
91235
|
91236
|
91237
|
91238
|
93757
|
93758
|
93759
|
93760