|
Lines 393-403
Link Here
|
| 393 |
$ref: "../swagger.yaml#/definitions/error" |
393 |
$ref: "../swagger.yaml#/definitions/error" |
| 394 |
x-koha-authorization: |
394 |
x-koha-authorization: |
| 395 |
permissions: |
395 |
permissions: |
|
|
396 |
- borrowers: "list_borrowers" |
| 396 |
- borrowers: "edit_borrowers" |
397 |
- borrowers: "edit_borrowers" |
| 397 |
- tools: "label_creator" |
398 |
- tools: "label_creator" |
| 398 |
- serials: "routing" |
399 |
- serials: "routing" |
| 399 |
- acquisition: "order_manage" |
400 |
- acquisition: "order_manage" |
| 400 |
- borrowers: "list_borrowers" |
|
|
| 401 |
post: |
401 |
post: |
| 402 |
x-mojo-to: Patrons#add |
402 |
x-mojo-to: Patrons#add |
| 403 |
operationId: addPatron |
403 |
operationId: addPatron |
|
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 |
- |
|
|