qaskx.template/api/default/main/server.json

13 lines
342 B
JSON

{
"url": "https://{environment}.{domain}/api/investment-product/v1",
"description": "Cloud based API behind a gateway",
"variables": {
"environment": {
"default": "nonprod",
"description": "Non Production server"
},
"domain": {
"default": "example.com"
}
}
}