{ "opencollection": "1.0.0", "info": { "name": "SmartBear SwaggerHub APIs Domains API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Domains", "type": "folder" }, "items": [ { "info": { "name": "Get Owner Domains", "type": "http" }, "http": { "method": "GET", "url": "https://api.swaggerhub.com/domains/:owner", "params": [ { "name": "owner", "value": "", "type": "path" }, { "name": "page", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ] }, "docs": "Retrieves all domains for a given owner." }, { "info": { "name": "Get Domain Definition", "type": "http" }, "http": { "method": "GET", "url": "https://api.swaggerhub.com/domains/:owner/:domain/:version", "params": [ { "name": "owner", "value": "", "type": "path" }, { "name": "domain", "value": "", "type": "path" }, { "name": "version", "value": "", "type": "path" } ] }, "docs": "Retrieves the definition for a specific domain version." }, { "info": { "name": "Create Or Update Domain", "type": "http" }, "http": { "method": "POST", "url": "https://api.swaggerhub.com/domains/:owner/:domain/:version", "params": [ { "name": "owner", "value": "", "type": "path" }, { "name": "domain", "value": "", "type": "path" }, { "name": "version", "value": "", "type": "path" } ] }, "docs": "Creates or updates a domain definition." }, { "info": { "name": "Delete Domain Version", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.swaggerhub.com/domains/:owner/:domain/:version", "params": [ { "name": "owner", "value": "", "type": "path" }, { "name": "domain", "value": "", "type": "path" }, { "name": "version", "value": "", "type": "path" } ] }, "docs": "Deletes a specific domain version." } ] } ], "bundled": true }