@@ -, +, @@ not update holds data via REST API --- api/v1/swagger/paths/holds.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- a/api/v1/swagger/paths/holds.yaml +++ a/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 --