implement feature to generate random test data
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-01-11 16:14:00 +11:00
parent aa65b1e784
commit 2afdacaa78
11 changed files with 500 additions and 15 deletions

View File

@@ -22,7 +22,7 @@
}
},
"test2": {
"path": "/api/admin/user/register",
"path": "/api/admin/user/add",
"method": "POST",
"description": "register user account",
"header": {
@@ -136,7 +136,12 @@
"description": "store first new secret",
"body": {
"safeId": 1,
"deviceName": "avcp01.cdc.home",
"deviceName": {
"random": {
"isString": true,
"length": 12
}
},
"deviceCategory": "appliance",
"userName": "service@cdc.home",
"secretValue": "TheWiggles"