|
Lines 4-14
Link Here
|
| 4 |
"operationId": "listHolds", |
4 |
"operationId": "listHolds", |
| 5 |
"tags": ["borrowers", "holds"], |
5 |
"tags": ["borrowers", "holds"], |
| 6 |
"parameters": [{ |
6 |
"parameters": [{ |
| 7 |
"name": "borrowernumber", |
7 |
"$ref": "../parameters.json#/borrowernumberQueryParam" |
| 8 |
"in": "query", |
|
|
| 9 |
"description": "Internal borrower identifier", |
| 10 |
"required": true, |
| 11 |
"type": "integer" |
| 12 |
} |
8 |
} |
| 13 |
], |
9 |
], |
| 14 |
"produces": ["application/json"], |
10 |
"produces": ["application/json"], |
| 15 |
- |
|
|