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

@@ -2,6 +2,7 @@
"list": [{
"title": "List your shortened URLs",
"description": "List the token holder's shortened URLs",
"run_check": true,
"request": {
},
"response": {
@@ -14,6 +15,7 @@
}],
"shorten": [{
"title": "Shorten a long URL",
"run_check": true,
"request": {
"destinationURL": "https://mysite.com/this-is-a-rather-long-web-address"
},
@@ -23,6 +25,7 @@
}],
"proxy": [{
"title": "Resolve a short URL to a long destination URL",
"run_check": true,
"request": {
"shortURL": "https://m3o.one/u/ck6SGVkYp"
},