remove currency run check

This commit is contained in:
Asim Aslam
2021-10-26 21:56:06 +01:00
parent 39482a95b1
commit a446d774a7

View File

@@ -3,7 +3,7 @@
{ {
"title": "Get supported codes", "title": "Get supported codes",
"description": "Returns the supported currency codes (example response)", "description": "Returns the supported currency codes (example response)",
"run_check": true, "run_check": false,
"request": {}, "request": {},
"response": { "response": {
"codes": [ "codes": [
@@ -35,7 +35,7 @@
{ {
"title": "Get rates for USD", "title": "Get rates for USD",
"description": "Returns the rates for USD (sample response)", "description": "Returns the rates for USD (sample response)",
"run_check": true, "run_check": false,
"request": { "request": {
"code": "USD" "code": "USD"
}, },
@@ -60,7 +60,7 @@
{ {
"title": "Convert USD to GBP", "title": "Convert USD to GBP",
"description": "Convert from USD to GBP", "description": "Convert from USD to GBP",
"run_check": true, "run_check": false,
"request": { "request": {
"from": "USD", "from": "USD",
"to": "GBP" "to": "GBP"
@@ -74,7 +74,7 @@
{ {
"title": "Convert $10 USD to GBP", "title": "Convert $10 USD to GBP",
"description": "Convert $10 from USD to GBP", "description": "Convert $10 from USD to GBP",
"run_check": true, "run_check": false,
"request": { "request": {
"from": "USD", "from": "USD",
"to": "GBP", "to": "GBP",