From 407c316e773acddd786bdc917c41a022f758dbda Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Tue, 14 Jan 2020 20:53:03 +0000 Subject: [PATCH] Revert "Bug 24232: Fix required permissions in DELETE /biblios/:biblio_id" This reverts commit 9c03f710221a4d17ee6e861fc0f3b3507716d249. Signed-off-by: Lucas Gass --- api/v1/swagger/paths/biblios.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/v1/swagger/paths/biblios.json b/api/v1/swagger/paths/biblios.json index a2c5775fb5..f91d41c663 100644 --- a/api/v1/swagger/paths/biblios.json +++ b/api/v1/swagger/paths/biblios.json @@ -56,7 +56,7 @@ }, "x-koha-authorization": { "permissions": { - "editcatalogue": "edit_catalogue" + "parameters": "edit_catalogue" } } } -- 2.39.5