View | Details | Raw Unified | Return to bug 17005
Collapse All | Expand All

(-)a/api/v1/swagger/paths/checkouts.json (-1 / +8 lines)
Lines 11-16 Link Here
11
        "in": "query",
11
        "in": "query",
12
        "description": "By default, current checkouts are returned, when this is true then checked in checkouts are returned as result.",
12
        "description": "By default, current checkouts are returned, when this is true then checked in checkouts are returned as result.",
13
        "type": "boolean"
13
        "type": "boolean"
14
      }, {
15
        "$ref": "../parameters.json#/match"
16
      }, {
17
        "$ref": "../parameters.json#/order_by"
18
      }, {
19
        "$ref": "../parameters.json#/page"
20
      }, {
21
        "$ref": "../parameters.json#/per_page"
14
      }],
22
      }],
15
      "produces": [
23
      "produces": [
16
        "application/json"
24
        "application/json"
17
- 

Return to bug 17005