{ "opencollection": "1.0.0", "info": { "name": "ChartHop access metric API", "version": "V1.0.0" }, "items": [ { "info": { "name": "metric", "type": "folder" }, "items": [ { "info": { "name": "Record a daily metric", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/org/:orgId/metric", "params": [ { "name": "orgId", "value": "", "type": "path", "description": "Org identifier (either id or slug)" } ] }, "docs": "Record a daily metric" } ] } ], "bundled": true }