View | Details | Raw Unified | Return to bug 30780
Collapse All | Expand All

(-)a/api/v1/swagger/paths/holds.yaml (-4 / +3 lines)
Lines 401-407 Link Here
401
          $ref: "../swagger.yaml#/definitions/error"
401
          $ref: "../swagger.yaml#/definitions/error"
402
    x-koha-authorization:
402
    x-koha-authorization:
403
      permissions:
403
      permissions:
404
        reserveforothers: "1"
404
        reserveforothers: place_holds
405
"/holds/{hold_id}/priority":
405
"/holds/{hold_id}/priority":
406
  put:
406
  put:
407
    x-mojo-to: Holds#update_priority
407
    x-mojo-to: Holds#update_priority
Lines 511-517 Link Here
511
          $ref: "../swagger.yaml#/definitions/error"
511
          $ref: "../swagger.yaml#/definitions/error"
512
    x-koha-authorization:
512
    x-koha-authorization:
513
      permissions:
513
      permissions:
514
        reserveforothers: "1"
514
        reserveforothers: place_holds
515
  delete:
515
  delete:
516
    x-mojo-to: Holds#resume
516
    x-mojo-to: Holds#resume
517
    operationId: resumeHold
517
    operationId: resumeHold
Lines 556-562 Link Here
556
          $ref: "../swagger.yaml#/definitions/error"
556
          $ref: "../swagger.yaml#/definitions/error"
557
    x-koha-authorization:
557
    x-koha-authorization:
558
      permissions:
558
      permissions:
559
        reserveforothers: "1"
559
        reserveforothers: place_holds
560
"/holds/{hold_id}/pickup_locations":
560
"/holds/{hold_id}/pickup_locations":
561
  get:
561
  get:
562
    x-mojo-to: Holds#pickup_locations
562
    x-mojo-to: Holds#pickup_locations
563
- 

Return to bug 30780