{ "opencollection": "1.0.0", "info": { "name": "AKASH - gRPC Gateway docs Addresses DeploymentAlert API", "version": "1.0.0" }, "items": [ { "info": { "name": "DeploymentAlert", "type": "folder" }, "items": [ { "info": { "name": "listDeploymentAlerts", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/deployment-alerts/:dseq", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "dseq", "value": "", "type": "path" } ] } }, { "info": { "name": "upsertDeploymentAlert", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/deployment-alerts/:dseq", "headers": [ { "name": "x-owner-address", "value": "" }, { "name": "Authorization", "value": "" } ], "params": [ { "name": "dseq", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } } ] } ], "bundled": true }