Lines 30-35
Link Here
|
30 |
"description": "Internal biblio identifier", |
30 |
"description": "Internal biblio identifier", |
31 |
"type": "integer" |
31 |
"type": "integer" |
32 |
}, |
32 |
}, |
|
|
33 |
{ |
34 |
"name": "volume_id", |
35 |
"in": "query", |
36 |
"description": "Internal volume identifier for the volume to place on hold", |
37 |
"type": "integer" |
38 |
}, |
33 |
{ |
39 |
{ |
34 |
"name": "pickup_library_id", |
40 |
"name": "pickup_library_id", |
35 |
"in": "query", |
41 |
"in": "query", |
Lines 187-192
Link Here
|
187 |
"description": "Internal biblio identifier", |
193 |
"description": "Internal biblio identifier", |
188 |
"type": [ "integer", "null" ] |
194 |
"type": [ "integer", "null" ] |
189 |
}, |
195 |
}, |
|
|
196 |
"volume_id": { |
197 |
"description": "Internal volume identifier for the volume to place on hold", |
198 |
"type": [ "integer", "null" ] |
199 |
}, |
190 |
"item_id": { |
200 |
"item_id": { |
191 |
"description": "Internal item identifier", |
201 |
"description": "Internal item identifier", |
192 |
"type": [ "integer", "null" ] |
202 |
"type": [ "integer", "null" ] |
193 |
- |
|
|