{ "opencollection": "1.0.0", "info": { "name": "Rancher Management Apps Projects API", "version": "1.0" }, "items": [ { "info": { "name": "Projects", "type": "folder" }, "items": [ { "info": { "name": "List projects", "type": "http" }, "http": { "method": "GET", "url": "https://{rancher_host}/v3/projects", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List projects" }, { "info": { "name": "Create a project", "type": "http" }, "http": { "method": "POST", "url": "https://{rancher_host}/v3/projects", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a project" } ] } ], "bundled": true }