{ "opencollection": "1.0.0", "info": { "name": "Adafruit IO REST Activities Dashboards API", "version": "2.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-AIO-Key", "value": "{{X-AIO-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Dashboards", "type": "folder" }, "items": [ { "info": { "name": "All dashboards for current user", "type": "http" }, "http": { "method": "GET", "url": "https://io.adafruit.com/api/v2/:username/dashboards", "params": [ { "name": "username", "value": "", "type": "path", "description": "a valid username string" } ] }, "docs": "The Dashboards endpoint returns information about the user's dashboards.\n" }, { "info": { "name": "Create a new Dashboard", "type": "http" }, "http": { "method": "POST", "url": "https://io.adafruit.com/api/v2/:username/dashboards", "params": [ { "name": "username", "value": "", "type": "path", "description": "a valid username string" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new Dashboard" }, { "info": { "name": "Returns Dashboard based on ID", "type": "http" }, "http": { "method": "GET", "url": "https://io.adafruit.com/api/v2/:username/dashboards/:id", "params": [ { "name": "username", "value": "", "type": "path", "description": "a valid username string" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Returns Dashboard based on ID" }, { "info": { "name": "Replace an existing Dashboard", "type": "http" }, "http": { "method": "PUT", "url": "https://io.adafruit.com/api/v2/:username/dashboards/:id", "params": [ { "name": "username", "value": "", "type": "path", "description": "a valid username string" }, { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Replace an existing Dashboard" }, { "info": { "name": "Update properties of an existing Dashboard", "type": "http" }, "http": { "method": "PATCH", "url": "https://io.adafruit.com/api/v2/:username/dashboards/:id", "params": [ { "name": "username", "value": "", "type": "path", "description": "a valid username string" }, { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update properties of an existing Dashboard" }, { "info": { "name": "Delete an existing Dashboard", "type": "http" }, "http": { "method": "DELETE", "url": "https://io.adafruit.com/api/v2/:username/dashboards/:id", "params": [ { "name": "username", "value": "", "type": "path", "description": "a valid username string" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete an existing Dashboard" } ] } ], "bundled": true }