{ "opencollection": "1.0.0", "info": { "name": "Ocelot Administration Authentication Cache API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Cache", "type": "folder" }, "items": [ { "info": { "name": "Clear an output cache region", "type": "http" }, "http": { "method": "DELETE", "url": "http://localhost:5000/administration/outputcache/:region", "params": [ { "name": "region", "value": "", "type": "path", "description": "Cache region name as configured in FileCacheOptions" } ] }, "docs": "Clears the specified output cache region. When a backplane is configured, all gateway instances clear the region." } ] } ], "bundled": true }