{ "opencollection": "1.0.0", "info": { "name": "Doctave Deployments Sites API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Sites", "type": "folder" }, "items": [ { "info": { "name": "Doctave List Sites", "type": "http" }, "http": { "method": "GET", "url": "https://api.doctave.com/v1/sites" }, "docs": "Returns a list of all documentation sites associated with the authenticated account." }, { "info": { "name": "Doctave Create Site", "type": "http" }, "http": { "method": "POST", "url": "https://api.doctave.com/v1/sites", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new documentation site with the provided configuration." }, { "info": { "name": "Doctave Get Site", "type": "http" }, "http": { "method": "GET", "url": "https://api.doctave.com/v1/sites/:siteId", "params": [ { "name": "siteId", "value": "", "type": "path", "description": "The unique identifier of the documentation site." } ] }, "docs": "Returns the details of a specific documentation site." }, { "info": { "name": "Doctave Update Site", "type": "http" }, "http": { "method": "PUT", "url": "https://api.doctave.com/v1/sites/:siteId", "params": [ { "name": "siteId", "value": "", "type": "path", "description": "The unique identifier of the documentation site." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the configuration of an existing documentation site." }, { "info": { "name": "Doctave Delete Site", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.doctave.com/v1/sites/:siteId", "params": [ { "name": "siteId", "value": "", "type": "path", "description": "The unique identifier of the documentation site." } ] }, "docs": "Deletes a documentation site and all associated content." } ] } ], "bundled": true }