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 @@
{
"save": [{
"title": "Save file",
"run_check": true,
"request": {
"file": {
"content": "file content example",
@@ -13,6 +14,7 @@
}],
"list": [{
"title": "List files",
"run_check": true,
"request": {
"project": "examples"
},
@@ -28,6 +30,7 @@
}],
"delete": [{
"title": "Delete file",
"run_check": true,
"request": {
"project": "examples",
"path": "/document/text-files/file.txt"
@@ -36,6 +39,7 @@
}],
"read": [{
"title": "Read file",
"run_check": true,
"request": {
"project": "examples",
"path": "/document/text-files/file.txt"