From 54e0d3a4f0cbc86e9821648036103e38d3e715f1 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Wed, 11 Sep 2019 14:33:45 -0300 Subject: [PATCH] Bug 23597: Add missing reserved query parameters to GET /holds Signed-off-by: Tomas Cohen Arazi Signed-off-by: Owen Leonard Signed-off-by: Julian Maurice --- api/v1/swagger/paths/holds.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/api/v1/swagger/paths/holds.json b/api/v1/swagger/paths/holds.json index 68e03da625..14d29b352d 100644 --- a/api/v1/swagger/paths/holds.json +++ b/api/v1/swagger/paths/holds.json @@ -102,6 +102,18 @@ "in": "query", "description": "Suspended until", "type": "string" + }, + { + "$ref": "../parameters.json#/match" + }, + { + "$ref": "../parameters.json#/order_by" + }, + { + "$ref": "../parameters.json#/page" + }, + { + "$ref": "../parameters.json#/per_page" } ], "produces": ["application/json"], -- 2.20.1