{ "opencollection": "1.0.0", "info": { "name": "CarbonHub activities charts API", "version": "1.0.0" }, "items": [ { "info": { "name": "charts", "type": "folder" }, "items": [ { "info": { "name": "Create a chart", "type": "http" }, "http": { "method": "POST", "url": "https://api.validere.io/app/v1/charts", "body": { "type": "json", "data": "{}" } }, "docs": "Create a chart" }, { "info": { "name": "Get a chart", "type": "http" }, "http": { "method": "GET", "url": "https://api.validere.io/app/v1/charts/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Chart ID" } ] }, "docs": "Get a chart" }, { "info": { "name": "Update a Chart", "type": "http" }, "http": { "method": "PUT", "url": "https://api.validere.io/app/v1/charts/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Chart ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a Chart" }, { "info": { "name": "Delete a chart", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.validere.io/app/v1/charts/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Chart ID" } ] }, "docs": "Delete a chart" } ] } ], "bundled": true }