{ "opencollection": "1.0.0", "info": { "name": "OpenProject API V3 (Stable) Actions & Capabilities Forms API", "version": "3" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Forms", "type": "folder" }, "items": [ { "info": { "name": "show or validate form", "type": "http" }, "http": { "method": "POST", "url": "https://qa.openproject-edge.com/api/v3/example/form", "body": { "type": "json", "data": "{}" } }, "docs": "This is an example of how a form might look like. Note that this endpoint does not exist in the actual implementation." } ] } ], "bundled": true }