Koha/api/v1/swagger/paths
Tomas Cohen Arazi 3d2d48a8d8 Bug 28480: Add q parameters for GET /patrons
This patch adds the q query parameters to the route.

To test:
1. Try the route with the following query parameter:
   q={"patron_id":2}
   i.e. GET /api/v1/patrons?q={"patron_id":2}
=> FAIL: You get a bad request respose
2. Apply this patch
3. Restart all
4. Repeat 1
=> SUCCESS: You get the patron
5. Sign off :-D

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>

Signed-off-by: David Nind <david@davidnind.com>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
2021-07-09 09:09:31 -04:00
..
acquisitions_funds.json Bug 28463: Add summary to all routes 2021-05-27 17:17:19 +02:00
acquisitions_orders.json Bug 28463: Add summary to all routes 2021-05-27 17:17:19 +02:00
acquisitions_vendors.json Bug 28463: Add summary to all routes 2021-05-27 17:17:19 +02:00
advancededitormacros.json Bug 28463: Add summary to all routes 2021-05-27 17:17:19 +02:00
biblios.json Bug 28463: Add summary to all routes 2021-05-27 17:17:19 +02:00
cash_registers.json Bug 28463: Add summary to all routes 2021-05-27 17:17:19 +02:00
checkouts.json Bug 28463: Add summary to all routes 2021-05-27 17:17:19 +02:00
circulation-rules.json Bug 28463: Add missing tags 2021-05-27 17:17:19 +02:00
cities.json Bug 28463: Add summary to all routes 2021-05-27 17:17:19 +02:00
clubs.json Bug 28463: Add summary to all routes 2021-05-27 17:17:19 +02:00
config_smtp_servers.json Bug 28463: Add summary to all routes 2021-05-27 17:17:19 +02:00
holds.json Bug 28463: Add summary to all routes 2021-05-27 17:17:19 +02:00
ill_backends.json Bug 28463: Add summary to all routes 2021-05-27 17:17:19 +02:00
illrequests.json Bug 28463: Add summary to all routes 2021-05-27 17:17:19 +02:00
import_batch_profiles.json Bug 28463: Add summary to all routes 2021-05-27 17:17:19 +02:00
items.json Bug 27931: Add GET /items/:item_id/pickup_locations 2021-06-18 08:44:45 -04:00
libraries.json Bug 28463: Add summary to all routes 2021-05-27 17:17:19 +02:00
oauth.json Bug 28463: Add summary to all routes 2021-05-27 17:17:19 +02:00
patrons.json Bug 28480: Add q parameters for GET /patrons 2021-07-09 09:09:31 -04:00
patrons_account.json Bug 28463: Add summary to all routes 2021-05-27 17:17:19 +02:00
patrons_extended_attributes.json Bug 28463: Add summary to all routes 2021-05-27 17:17:19 +02:00
patrons_holds.json Bug 28463: Add summary to all routes 2021-05-27 17:17:19 +02:00
patrons_password.json Bug 28463: Add summary to all routes 2021-05-27 17:17:19 +02:00
public_patrons.json Bug 28463: Add summary to all routes 2021-05-27 17:17:19 +02:00
quotes.json Bug 28463: Add summary to all routes 2021-05-27 17:17:19 +02:00
return_claims.json Bug 28463: Add tags definitions in swagger.yaml 2021-05-27 17:17:19 +02:00
rotas.json Bug 28463: Add missing tags 2021-05-27 17:17:19 +02:00
transfer_limits.yaml Bug 28463: Add summary to all routes 2021-05-27 17:17:19 +02:00