mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
password generator (#395)
This commit is contained in:
14
password/examples.json
Normal file
14
password/examples.json
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
{
|
||||
"generate": [{
|
||||
"title": "Generate password",
|
||||
"description": "Generate a strong password",
|
||||
"run_check": false,
|
||||
"request": {
|
||||
"length": 16
|
||||
},
|
||||
"response": {
|
||||
"password": "jSUHz74x8qW#aXRe"
|
||||
}
|
||||
}]
|
||||
}
|
||||
Reference in New Issue
Block a user