Bug 28948: Remove query params, 'q' param covers everything needed
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
e0de8364b7
commit
bc22185625
1 changed files with 0 additions and 119 deletions
|
@ -441,125 +441,6 @@
|
||||||
],
|
],
|
||||||
"summary": "List libraries",
|
"summary": "List libraries",
|
||||||
"parameters": [
|
"parameters": [
|
||||||
{
|
|
||||||
"name": "name",
|
|
||||||
"in": "query",
|
|
||||||
"description": "Case insensitive 'starts-with' search on name",
|
|
||||||
"required": false,
|
|
||||||
"type": "string"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "address1",
|
|
||||||
"in": "query",
|
|
||||||
"description": "Case insensitive 'starts-with' search on address1",
|
|
||||||
"required": false,
|
|
||||||
"type": "string"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "address2",
|
|
||||||
"in": "query",
|
|
||||||
"description": "Case insensitive 'starts-with' search on address2",
|
|
||||||
"required": false,
|
|
||||||
"type": "string"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "address3",
|
|
||||||
"in": "query",
|
|
||||||
"description": "Case insensitive 'starts-with' search on address3",
|
|
||||||
"required": false,
|
|
||||||
"type": "string"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "postal_code",
|
|
||||||
"in": "query",
|
|
||||||
"description": "Case insensitive 'starts-with' search on postal code",
|
|
||||||
"required": false,
|
|
||||||
"type": "string"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "city",
|
|
||||||
"in": "query",
|
|
||||||
"description": "Case insensitive 'starts-with' search on city",
|
|
||||||
"required": false,
|
|
||||||
"type": "string"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "state",
|
|
||||||
"in": "query",
|
|
||||||
"description": "Case insensitive 'starts-with' search on state",
|
|
||||||
"required": false,
|
|
||||||
"type": "string"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "country",
|
|
||||||
"in": "query",
|
|
||||||
"description": "Case insensitive 'starts_with' search on country",
|
|
||||||
"required": false,
|
|
||||||
"type": "string"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "phone",
|
|
||||||
"in": "query",
|
|
||||||
"description": "Case insensitive 'starts_with' search on phone number",
|
|
||||||
"required": false,
|
|
||||||
"type": "string"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "fax",
|
|
||||||
"in": "query",
|
|
||||||
"description": "Case insensitive 'starts_with' search on fax number",
|
|
||||||
"required": false,
|
|
||||||
"type": "string"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "email",
|
|
||||||
"in": "query",
|
|
||||||
"description": "Case insensitive 'starts_with' search on email address",
|
|
||||||
"required": false,
|
|
||||||
"type": "string"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "reply_to_email",
|
|
||||||
"in": "query",
|
|
||||||
"description": "Case insensitive 'starts_with' search on Reply-To email address",
|
|
||||||
"required": false,
|
|
||||||
"type": "string"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "return_path_email",
|
|
||||||
"in": "query",
|
|
||||||
"description": "Case insensitive 'starts_with' search on Return-Path email address",
|
|
||||||
"required": false,
|
|
||||||
"type": "string"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "url",
|
|
||||||
"in": "query",
|
|
||||||
"description": "Case insensitive 'starts_with' search on website URL",
|
|
||||||
"required": false,
|
|
||||||
"type": "string"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "ip",
|
|
||||||
"in": "query",
|
|
||||||
"description": "Case insensitive 'starts_with' search on IP address",
|
|
||||||
"required": false,
|
|
||||||
"type": "string"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "notes",
|
|
||||||
"in": "query",
|
|
||||||
"description": "Case insensitive 'starts_with' search on notes",
|
|
||||||
"required": false,
|
|
||||||
"type": "string"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "opac_info",
|
|
||||||
"in": "query",
|
|
||||||
"description": "Case insensitive 'starts-with' search on OPAC info",
|
|
||||||
"required": false,
|
|
||||||
"type": "string"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"$ref": "../parameters.json#/match"
|
"$ref": "../parameters.json#/match"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue