@@ -, +, @@ --- api/v1/swagger/paths/checkouts.json | 8 ++++++++ 1 file changed, 8 insertions(+) --- a/api/v1/swagger/paths/checkouts.json +++ a/api/v1/swagger/paths/checkouts.json @@ -11,6 +11,14 @@ "in": "query", "description": "By default, current checkouts are returned, when this is true then checked in checkouts are returned as result.", "type": "boolean" + }, { + "$ref": "../parameters.json#/match" + }, { + "$ref": "../parameters.json#/order_by" + }, { + "$ref": "../parameters.json#/page" + }, { + "$ref": "../parameters.json#/per_page" }], "produces": [ "application/json" --