Lines 299-304
Link Here
|
299 |
enum: |
299 |
enum: |
300 |
- item |
300 |
- item |
301 |
- patron |
301 |
- patron |
|
|
302 |
- pickup_library |
302 |
collectionFormat: csv |
303 |
collectionFormat: csv |
303 |
consumes: |
304 |
consumes: |
304 |
- application/json |
305 |
- application/json |
Lines 372-378
Link Here
|
372 |
collectionFormat: csv |
373 |
collectionFormat: csv |
373 |
- name: checked_in |
374 |
- name: checked_in |
374 |
in: query |
375 |
in: query |
375 |
description: By default, current checkouts are returned, when this is true then |
376 |
description: |
|
|
377 |
By default, current checkouts are returned, when this is true then |
376 |
checked in checkouts are returned as result. |
378 |
checked in checkouts are returned as result. |
377 |
type: boolean |
379 |
type: boolean |
378 |
produces: |
380 |
produces: |
Lines 811-817
Link Here
|
811 |
- integer |
813 |
- integer |
812 |
- "null" |
814 |
- "null" |
813 |
required: |
815 |
required: |
814 |
- rating |
816 |
- rating |
815 |
additionalProperties: false |
817 |
additionalProperties: false |
816 |
produces: |
818 |
produces: |
817 |
- application/json |
819 |
- application/json |