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

@@ -3,6 +3,7 @@
"codes": [{
"title": "Get supported codes",
"description": "Returns the supported currency codes (example response)",
"run_check": true,
"request": {},
"response": {
"codes": [
@@ -32,6 +33,7 @@
"rates": [{
"title": "Get rates for USD",
"description": "Returns the rates for USD (sample response)",
"run_check": true,
"request": {
"code": "USD"
},
@@ -54,6 +56,7 @@
"convert": [{
"title": "Convert USD to GBP",
"description": "Convert from USD to GBP",
"run_check": true,
"request": {
"from": "USD",
"to": "GBP"
@@ -67,6 +70,7 @@
{
"title": "Convert $10 USD to GBP",
"description": "Convert $10 from USD to GBP",
"run_check": true,
"request": {
"from": "USD",
"to": "GBP",