mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
15 lines
282 B
JSON
15 lines
282 B
JSON
|
|
{
|
|
"generate": [{
|
|
"title": "Generate password",
|
|
"description": "Generate a strong password",
|
|
"run_check": false,
|
|
"request": {
|
|
"length": 16
|
|
},
|
|
"response": {
|
|
"password": "jSUHz74x8qW#aXRe"
|
|
}
|
|
}]
|
|
}
|