Bugzilla – Attachment 103729 Details for
Bug 25288
Make the libraries list use the API
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25288: Add general query parameters to the /libraries route
Bug-25288-Add-general-query-parameters-to-the-libr.patch (text/plain), 951 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2020-04-27 05:39:19 UTC
(
hide
)
Description:
Bug 25288: Add general query parameters to the /libraries route
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2020-04-27 05:39:19 UTC
Size:
951 bytes
patch
obsolete
>From c833d55af70ebf880b72b48de1f24999e9ec127b Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Mon, 27 Apr 2020 02:35:00 -0300 >Subject: [PATCH] Bug 25288: Add general query parameters to the /libraries > route > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > api/v1/swagger/paths/libraries.json | 9 +++++++++ > 1 file changed, 9 insertions(+) > >diff --git a/api/v1/swagger/paths/libraries.json b/api/v1/swagger/paths/libraries.json >index 1110e73348..43c4673d5c 100644 >--- a/api/v1/swagger/paths/libraries.json >+++ b/api/v1/swagger/paths/libraries.json >@@ -137,6 +137,15 @@ > }, > { > "$ref": "../parameters.json#/per_page" >+ }, >+ { >+ "$ref": "../parameters.json#/q_param" >+ }, >+ { >+ "$ref": "../parameters.json#/q_body" >+ }, >+ { >+ "$ref": "../parameters.json#/q_header" > } > ], > "produces": [ >-- >2.26.2
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 25288
:
103729
|
103730
|
103824
|
103825
|
103826
|
104461
|
104462
|
104515
|
105923
|
105924
|
105925
|
105926