{ "opencollection": "1.0.0", "info": { "name": "OpenProject API V3 (Stable) Actions & Capabilities Custom Options API", "version": "3" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Custom Options", "type": "folder" }, "items": [ { "info": { "name": "View Custom Option", "type": "http" }, "http": { "method": "GET", "url": "https://qa.openproject-edge.com/api/v3/custom_options/:id", "params": [ { "name": "id", "value": "1", "type": "path", "description": "The custom option's identifier" } ] }, "docs": "View Custom Option" } ] } ], "bundled": true }