Lines 603-609
Link Here
|
603 |
$ref: "../swagger.yaml#/definitions/error" |
603 |
$ref: "../swagger.yaml#/definitions/error" |
604 |
x-koha-authorization: |
604 |
x-koha-authorization: |
605 |
permissions: |
605 |
permissions: |
606 |
editcatalogue: edit_catalogue |
606 |
editcatalogue: edit_items |
607 |
"/biblios/{biblio_id}/items/{item_id}": |
607 |
"/biblios/{biblio_id}/items/{item_id}": |
608 |
put: |
608 |
put: |
609 |
x-mojo-to: Biblios#update_item |
609 |
x-mojo-to: Biblios#update_item |
Lines 660-666
Link Here
|
660 |
$ref: "../swagger.yaml#/definitions/error" |
660 |
$ref: "../swagger.yaml#/definitions/error" |
661 |
x-koha-authorization: |
661 |
x-koha-authorization: |
662 |
permissions: |
662 |
permissions: |
663 |
editcatalogue: edit_catalogue |
663 |
editcatalogue: edit_items |
664 |
"/biblios/{biblio_id}/pickup_locations": |
664 |
"/biblios/{biblio_id}/pickup_locations": |
665 |
get: |
665 |
get: |
666 |
x-mojo-to: Biblios#pickup_locations |
666 |
x-mojo-to: Biblios#pickup_locations |