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