{ "opencollection": "1.0.0", "info": { "name": "Qwilt CDN Certificate Manager Certificate Templates Sites API", "version": "v2" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Sites", "type": "folder" }, "items": [ { "info": { "name": "List sites", "type": "http" }, "http": { "method": "GET", "url": "https://cert-manager.cqloud.com/api/v2/sites", "params": [ { "name": "truncateConfigs", "value": "", "type": "query", "description": "When true, omit full configuration bodies from the response." } ] }, "docs": "Retrieve all media-delivery sites in the organization." }, { "info": { "name": "Create a site", "type": "http" }, "http": { "method": "POST", "url": "https://cert-manager.cqloud.com/api/v2/sites", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new media-delivery site." }, { "info": { "name": "Get a site", "type": "http" }, "http": { "method": "GET", "url": "https://cert-manager.cqloud.com/api/v2/sites/:siteId", "params": [ { "name": "siteId", "value": "", "type": "path", "description": "The site identifier." } ] }, "docs": "Get a site" }, { "info": { "name": "Update a site", "type": "http" }, "http": { "method": "PUT", "url": "https://cert-manager.cqloud.com/api/v2/sites/:siteId", "params": [ { "name": "siteId", "value": "", "type": "path", "description": "The site identifier." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a site" }, { "info": { "name": "Delete a site", "type": "http" }, "http": { "method": "DELETE", "url": "https://cert-manager.cqloud.com/api/v2/sites/:siteId", "params": [ { "name": "siteId", "value": "", "type": "path", "description": "The site identifier." }, { "name": "permanent", "value": "", "type": "query", "description": "When true, permanently delete the site." } ] }, "docs": "Delete a site" } ] } ], "bundled": true }