Bugzilla – Attachment 98186 Details for
Bug 24502
Add a query language and param (q=) to the API
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24502: (follow-up) Add default q parameter in api definition
Bug-24502-follow-up-Add-default-q-parameter-in-api.patch (text/plain), 983 bytes, created by
Agustín Moyano
on 2020-01-30 19:27:23 UTC
(
hide
)
Description:
Bug 24502: (follow-up) Add default q parameter in api definition
Filename:
MIME Type:
Creator:
Agustín Moyano
Created:
2020-01-30 19:27:23 UTC
Size:
983 bytes
patch
obsolete
>From 81bcf385518142af7d19be835f05c0f38b20c46a Mon Sep 17 00:00:00 2001 >From: Agustin Moyano <agustinmoyano@theke.io> >Date: Thu, 30 Jan 2020 19:20:42 +0000 >Subject: [PATCH] Bug 24502: (follow-up) Add default q parameter in api > definition > >--- > api/v1/swagger/parameters.json | 14 ++++++++++++++ > 1 file changed, 14 insertions(+) > >diff --git a/api/v1/swagger/parameters.json b/api/v1/swagger/parameters.json >index adc455018c..5a70ab1efb 100644 >--- a/api/v1/swagger/parameters.json >+++ b/api/v1/swagger/parameters.json >@@ -70,6 +70,20 @@ > "description": "Page size, for paginated object listing", > "type": "integer" > }, >+ "q": { >+ "name": "q", >+ "in": "body", >+ "required": false, >+ "description": "Query filter", >+ "schema": { >+ "type": "object", >+ "properties": { >+ "q": { >+ "type": ["object", "array"] >+ } >+ } >+ } >+ }, > "fundidPathParam": { > "$ref": "parameters/fund.json#/fundidPathParam" > } >-- >2.17.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 24502
:
97934
|
98185
|
98186
|
98596
|
98597
|
98605
|
98606
|
98611
|
99252
|
99253
|
99351
|
99352
|
99946
|
99947