{ "opencollection": "1.0.0", "info": { "name": "OneCLI Agent Setup Partner Projects API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Partner Projects", "type": "folder" }, "items": [ { "info": { "name": "List projects", "type": "http" }, "http": { "method": "GET", "url": "https://api.onecli.sh/v1/partner/orgs/:orgId/projects", "params": [ { "name": "orgId", "value": "", "type": "path" } ] }, "docs": "Returns the projects in an organization you manage." }, { "info": { "name": "Create a project", "type": "http" }, "http": { "method": "POST", "url": "https://api.onecli.sh/v1/partner/orgs/:orgId/projects", "params": [ { "name": "orgId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Adds a project to an unclaimed organization." }, { "info": { "name": "Delete a project", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.onecli.sh/v1/partner/orgs/:orgId/projects/:projectId", "params": [ { "name": "orgId", "value": "", "type": "path" }, { "name": "projectId", "value": "", "type": "path" } ] }, "docs": "Removes a project from an unclaimed organization. An organization must keep at least one project." } ] } ], "bundled": true }