run check bool

This commit is contained in:
Dominic Wong
2021-09-09 13:56:52 +01:00
parent 528b1e1c69
commit 5c998951a1
17 changed files with 48 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
{
"create": [{
"title": "Create an account",
"run_check": true,
"request": {
"id": "usrid-1",
"username": "usrname-1",
@@ -12,6 +13,7 @@
}],
"read": [{
"title": "Read an account by id",
"run_check": true,
"request": {
"id": "usrid-1"
},
@@ -26,6 +28,7 @@
}
},{
"title": "Read account by username or email",
"run_check": true,
"request": {
"username": "usrname-1"
},
@@ -41,6 +44,7 @@
},{
"title": "Read account by email",
"run_check": true,
"request": {
"email": "joe@example.com"
},
@@ -56,6 +60,7 @@
}],
"sendVerificationEmail": [{
"title": "Send verification email",
"run_check": true,
"request": {
"email": "joe@example.com",
"subject": "Email verification",