{ "opencollection": "1.0.0", "info": { "name": "OpenProject API V3 (Stable) Actions & Capabilities Configuration API", "version": "3" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Configuration", "type": "folder" }, "items": [ { "info": { "name": "View configuration", "type": "http" }, "http": { "method": "GET", "url": "https://qa.openproject-edge.com/api/v3/configuration" }, "docs": "View configuration" }, { "info": { "name": "View project configuration", "type": "http" }, "http": { "method": "GET", "url": "https://qa.openproject-edge.com/api/v3/projects/:id/configuration", "params": [ { "name": "id", "value": "1", "type": "path", "description": "Project id" } ] }, "docs": "Returns the configuration scoped to a specific project, including all global\nconfiguration properties plus project-specific settings." } ] } ], "bundled": true }