DELETE api.module.admin (added delete)
This commit is contained in:
parent
757eea8f47
commit
da5d4bab74
|
@ -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 },
|
||||
|
|
Loading…
Reference in New Issue