{ "opencollection": "1.0.0", "info": { "name": "SmartBear SwaggerHub APIs Projects API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Projects", "type": "folder" }, "items": [ { "info": { "name": "Get Owner Projects", "type": "http" }, "http": { "method": "GET", "url": "https://api.swaggerhub.com/projects/:owner", "params": [ { "name": "owner", "value": "", "type": "path" } ] }, "docs": "Retrieves all projects for a given owner." }, { "info": { "name": "Create Project", "type": "http" }, "http": { "method": "POST", "url": "https://api.swaggerhub.com/projects/:owner", "params": [ { "name": "owner", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new project for an owner." }, { "info": { "name": "Get Project", "type": "http" }, "http": { "method": "GET", "url": "https://api.swaggerhub.com/projects/:owner/:project", "params": [ { "name": "owner", "value": "", "type": "path" }, { "name": "project", "value": "", "type": "path" } ] }, "docs": "Retrieves a specific project." }, { "info": { "name": "Delete Project", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.swaggerhub.com/projects/:owner/:project", "params": [ { "name": "owner", "value": "", "type": "path" }, { "name": "project", "value": "", "type": "path" } ] }, "docs": "Deletes a project." }, { "info": { "name": "Add API To Project", "type": "http" }, "http": { "method": "POST", "url": "https://api.swaggerhub.com/projects/:owner/:project/apis", "params": [ { "name": "owner", "value": "", "type": "path" }, { "name": "project", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Adds an API to a project." }, { "info": { "name": "Add Domain To Project", "type": "http" }, "http": { "method": "POST", "url": "https://api.swaggerhub.com/projects/:owner/:project/domains", "params": [ { "name": "owner", "value": "", "type": "path" }, { "name": "project", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Adds a domain to a project." } ] } ], "bundled": true }