modules.json updated

This commit is contained in:
xdrm-brackets 2016-11-08 10:17:15 +01:00
parent fb3be3843a
commit 9a7f7f464b
1 changed files with 4 additions and 1 deletions

View File

@ -3,7 +3,10 @@
"authentification": {
"renew": {
"description": "Renewal of the cyclic hashing system.",
"permission": ["cyclic-hash-system"]
"permission": ["cyclic-hash-system"],
"parameters": {
"hash": { "description": "new hash to store.", "type": "hash" }
}
}
},