|
Lines 340-346
Link Here
|
| 340 |
$ref: ../swagger.yaml#/definitions/error |
340 |
$ref: ../swagger.yaml#/definitions/error |
| 341 |
x-koha-authorization: |
341 |
x-koha-authorization: |
| 342 |
permissions: |
342 |
permissions: |
| 343 |
circulation: "1" |
343 |
circulate: "manage_bookings" |
| 344 |
"/biblios/{biblio_id}/checkouts": |
344 |
"/biblios/{biblio_id}/checkouts": |
| 345 |
get: |
345 |
get: |
| 346 |
x-mojo-to: Biblios#get_checkouts |
346 |
x-mojo-to: Biblios#get_checkouts |
| 347 |
- |
|
|