{ "opencollection": "1.0.0", "info": { "name": "OpenProject API V3 (Stable) Actions & Capabilities Root API", "version": "3" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Root", "type": "folder" }, "items": [ { "info": { "name": "View root", "type": "http" }, "http": { "method": "GET", "url": "https://qa.openproject-edge.com/api/v3" }, "docs": "Returns the root resource, containing basic information about the server instance and a collection of useful links." } ] } ], "bundled": true }