modules.json updated
This commit is contained in:
parent
fb3be3843a
commit
9a7f7f464b
|
@ -3,7 +3,10 @@
|
||||||
"authentification": {
|
"authentification": {
|
||||||
"renew": {
|
"renew": {
|
||||||
"description": "Renewal of the cyclic hashing system.",
|
"description": "Renewal of the cyclic hashing system.",
|
||||||
"permission": ["cyclic-hash-system"]
|
"permission": ["cyclic-hash-system"],
|
||||||
|
"parameters": {
|
||||||
|
"hash": { "description": "new hash to store.", "type": "hash" }
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue