{ "opencollection": "1.0.0", "info": { "name": "Axiom REST Annotations Dashboards API", "version": "1.0.0" }, "items": [ { "info": { "name": "Dashboards", "type": "folder" }, "items": [ { "info": { "name": "List all dashboards", "type": "http" }, "http": { "method": "GET", "url": "https://api.axiom.co/dashboards" }, "docs": "List all dashboards" }, { "info": { "name": "Create dashboard", "type": "http" }, "http": { "method": "POST", "url": "https://api.axiom.co/dashboards", "body": { "type": "json", "data": "{}" } }, "docs": "Create dashboard" }, { "info": { "name": "Retrieve dashboard", "type": "http" }, "http": { "method": "GET", "url": "https://api.axiom.co/dashboards/:uid", "params": [ { "name": "uid", "value": "", "type": "path" } ] }, "docs": "Retrieve dashboard" }, { "info": { "name": "Update dashboard", "type": "http" }, "http": { "method": "PUT", "url": "https://api.axiom.co/dashboards/:uid", "params": [ { "name": "uid", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update dashboard" }, { "info": { "name": "Delete dashboard", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.axiom.co/dashboards/:uid", "params": [ { "name": "uid", "value": "", "type": "path" } ] }, "docs": "Delete dashboard" } ] } ], "bundled": true }