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

(-)a/api/v1/swagger/paths/holds.json (-1 / +4 lines)
Lines 102-107 Link Here
102
          "in": "query",
102
          "in": "query",
103
          "description": "Suspended until",
103
          "description": "Suspended until",
104
          "type": "string"
104
          "type": "string"
105
        },{
106
          "$ref": "../parameters.json#/page"
107
        }, {
108
          "$ref": "../parameters.json#/per_page"
105
        }
109
        }
106
      ],
110
      ],
107
      "produces": ["application/json"],
111
      "produces": ["application/json"],
108
- 

Return to bug 23358