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 a record",
"run_check": true,
"request": {
"table": "users",
"record": {
@@ -16,6 +17,7 @@
}],
"update": [{
"title": "Update a record",
"run_check": true,
"request": {
"table": "users",
"record": {
@@ -28,6 +30,7 @@
}],
"read": [{
"title": "Read records",
"run_check": true,
"request": {
"table": "users",
"query": "age == 43"
@@ -43,6 +46,7 @@
}],
"delete": [{
"title": "Delete a record",
"run_check": true,
"request": {
"table": "users",
"id": "1"