{ "opencollection": "1.0.0", "info": { "name": "Plandex Server Accounts Context API", "version": "2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Context", "type": "folder" }, "items": [ { "info": { "name": "List Context", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8099/plans/:planId/:branch/context", "params": [ { "name": "planId", "value": "", "type": "path" }, { "name": "branch", "value": "", "type": "path" } ] }, "docs": "List items currently loaded into the plan's context." }, { "info": { "name": "Load Context", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8099/plans/:planId/:branch/context", "params": [ { "name": "planId", "value": "", "type": "path" }, { "name": "branch", "value": "", "type": "path" } ] }, "docs": "Load files, directories, URLs, notes, or images into the plan context." }, { "info": { "name": "Update Context", "type": "http" }, "http": { "method": "PUT", "url": "http://localhost:8099/plans/:planId/:branch/context", "params": [ { "name": "planId", "value": "", "type": "path" }, { "name": "branch", "value": "", "type": "path" } ] }, "docs": "Refresh outdated context items." }, { "info": { "name": "Delete Context", "type": "http" }, "http": { "method": "DELETE", "url": "http://localhost:8099/plans/:planId/:branch/context", "params": [ { "name": "planId", "value": "", "type": "path" }, { "name": "branch", "value": "", "type": "path" } ] }, "docs": "Remove context items from the plan." }, { "info": { "name": "Get Context Body", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8099/plans/:planId/:branch/context/:contextId/body", "params": [ { "name": "planId", "value": "", "type": "path" }, { "name": "branch", "value": "", "type": "path" }, { "name": "contextId", "value": "", "type": "path" } ] }, "docs": "Return the raw body of a context item." } ] } ], "bundled": true }