run check false

This commit is contained in:
Asim Aslam
2021-12-11 20:24:28 +00:00
parent 088f3f7a52
commit b5ca8caf29

View File

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