From da5d4bab7445deb0d61d7c888475fed75eea13a0 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Sun, 10 Dec 2017 23:05:24 +0100 Subject: [PATCH] DELETE api.module.admin (added delete) --- config/modules.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/modules.json b/config/modules.json index 7c60ae8..1413009 100755 --- a/config/modules.json +++ b/config/modules.json @@ -14,7 +14,7 @@ "PUT": { "description": "Updates an existing administrator's data", - "permissions": [], + "permissions": [["admin"]], "parameters": { "URL0": { "description": "The UID of the wanted administrator.", "type": "id", "rename": "id_admin" }, "mail": { "description": "The new administrator email address", "type": "mail", "optional": true },