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 787-793
Link Here
|
787 |
- integer |
789 |
- integer |
788 |
- "null" |
790 |
- "null" |
789 |
required: |
791 |
required: |
790 |
- rating |
792 |
- rating |
791 |
additionalProperties: false |
793 |
additionalProperties: false |
792 |
produces: |
794 |
produces: |
793 |
- application/json |
795 |
- application/json |