Lines 2-8
Link Here
|
2 |
"/holds": { |
2 |
"/holds": { |
3 |
"get": { |
3 |
"get": { |
4 |
"operationId": "listHolds", |
4 |
"operationId": "listHolds", |
5 |
"tags": ["borrowers", "holds"], |
5 |
"tags": ["patrons", "holds"], |
6 |
"parameters": [ |
6 |
"parameters": [ |
7 |
{ |
7 |
{ |
8 |
"name": "reserve_id", |
8 |
"name": "reserve_id", |
Lines 135-141
Link Here
|
135 |
}, |
135 |
}, |
136 |
"post": { |
136 |
"post": { |
137 |
"operationId": "addHold", |
137 |
"operationId": "addHold", |
138 |
"tags": ["borrowers", "holds"], |
138 |
"tags": ["patrons", "holds"], |
139 |
"parameters": [{ |
139 |
"parameters": [{ |
140 |
"name": "body", |
140 |
"name": "body", |
141 |
"in": "body", |
141 |
"in": "body", |
142 |
- |
|
|