diff --git a/url/examples.json b/url/examples.json index 2c4e06d..c9ff7de 100644 --- a/url/examples.json +++ b/url/examples.json @@ -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" },