{ "opencollection": "1.0.0", "info": { "name": "Perses Dashboards Projects API", "version": "1.0.0" }, "items": [ { "info": { "name": "Projects", "type": "folder" }, "items": [ { "info": { "name": "List projects", "type": "http" }, "http": { "method": "GET", "url": "http://{persesHost}/api/v1/projects", "params": [ { "name": "name", "value": "", "type": "query", "description": "Optional name prefix filter." } ] }, "docs": "List projects" }, { "info": { "name": "Create a project", "type": "http" }, "http": { "method": "POST", "url": "http://{persesHost}/api/v1/projects", "body": { "type": "json", "data": "{}" } }, "docs": "Create a project" }, { "info": { "name": "Get a project by name", "type": "http" }, "http": { "method": "GET", "url": "http://{persesHost}/api/v1/projects/:name", "params": [ { "name": "name", "value": "", "type": "path" } ] }, "docs": "Get a project by name" }, { "info": { "name": "Update a project", "type": "http" }, "http": { "method": "PUT", "url": "http://{persesHost}/api/v1/projects/:name", "params": [ { "name": "name", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a project" }, { "info": { "name": "Delete a project", "type": "http" }, "http": { "method": "DELETE", "url": "http://{persesHost}/api/v1/projects/:name", "params": [ { "name": "name", "value": "", "type": "path" } ] }, "docs": "Delete a project" } ] } ], "bundled": true }