diff --git a/api/v1/swagger/paths/holds.yaml b/api/v1/swagger/paths/holds.yaml index 9641b69435..617eb3d9d3 100644 --- a/api/v1/swagger/paths/holds.yaml +++ b/api/v1/swagger/paths/holds.yaml @@ -401,7 +401,7 @@ $ref: "../swagger.yaml#/definitions/error" x-koha-authorization: permissions: - reserveforothers: "1" + reserveforothers: place_holds "/holds/{hold_id}/priority": put: x-mojo-to: Holds#update_priority @@ -511,7 +511,7 @@ $ref: "../swagger.yaml#/definitions/error" x-koha-authorization: permissions: - reserveforothers: "1" + reserveforothers: place_holds delete: x-mojo-to: Holds#resume operationId: resumeHold @@ -556,7 +556,7 @@ $ref: "../swagger.yaml#/definitions/error" x-koha-authorization: permissions: - reserveforothers: "1" + reserveforothers: place_holds "/holds/{hold_id}/pickup_locations": get: x-mojo-to: Holds#pickup_locations