DELETE api.module.admin (added delete)

This commit is contained in:
xdrm-brackets 2017-12-10 23:05:24 +01:00
parent 757eea8f47
commit da5d4bab74
1 changed files with 1 additions and 1 deletions

View File

@ -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 },