|
Lines 517-523
Link Here
|
| 517 |
$ref: "../swagger.yaml#/definitions/error" |
517 |
$ref: "../swagger.yaml#/definitions/error" |
| 518 |
x-koha-authorization: |
518 |
x-koha-authorization: |
| 519 |
permissions: |
519 |
permissions: |
| 520 |
borrowers: edit_borrowers |
520 |
- borrowers: "list_borrowers" |
|
|
521 |
- borrowers: "edit_borrowers" |
| 521 |
put: |
522 |
put: |
| 522 |
x-mojo-to: Patrons#update |
523 |
x-mojo-to: Patrons#update |
| 523 |
operationId: updatePatron |
524 |
operationId: updatePatron |
| 524 |
- |
|
|