{ "opencollection": "1.0.0", "info": { "name": "Plandex Server Accounts Projects API", "version": "2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Projects", "type": "folder" }, "items": [ { "info": { "name": "List Projects", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8099/projects" }, "docs": "List projects in the current org." }, { "info": { "name": "Create Project", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8099/projects" }, "docs": "Create a new project container for plans." }, { "info": { "name": "Set Current Plan For Project", "type": "http" }, "http": { "method": "PUT", "url": "http://localhost:8099/projects/:projectId/set_plan", "params": [ { "name": "projectId", "value": "", "type": "path" } ] }, "docs": "Set the active plan for a project." }, { "info": { "name": "Rename Project", "type": "http" }, "http": { "method": "PUT", "url": "http://localhost:8099/projects/:projectId/rename", "params": [ { "name": "projectId", "value": "", "type": "path" } ] }, "docs": "Rename an existing project." } ] } ], "bundled": true }