@@ -, +, @@ pickup locations GET /api/v1/app.pl/api/v1/holds/5/pickup_locations 403 Forbidden --- api/v1/swagger/paths/holds.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/api/v1/swagger/paths/holds.json +++ a/api/v1/swagger/paths/holds.json @@ -672,7 +672,7 @@ }, "x-koha-authorization": { "permissions": { - "reserveforothers": "1" + "reserveforothers": "place_holds" } } } --