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 181-186
Link Here
|
181 |
"description": "Internal biblio identifier", |
187 |
"description": "Internal biblio identifier", |
182 |
"type": [ "integer", "null" ] |
188 |
"type": [ "integer", "null" ] |
183 |
}, |
189 |
}, |
|
|
190 |
"volume_id": { |
191 |
"description": "Internal volume identifier for the volume to place on hold", |
192 |
"type": [ "integer", "null" ] |
193 |
}, |
184 |
"item_id": { |
194 |
"item_id": { |
185 |
"description": "Internal item identifier", |
195 |
"description": "Internal item identifier", |
186 |
"type": [ "integer", "null" ] |
196 |
"type": [ "integer", "null" ] |
187 |
- |
|
|