{ "opencollection": "1.0.0", "info": { "name": "Google Cloud CDN BackendServices CacheInvalidation API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "accessTokenUrl": "https://oauth2.googleapis.com/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "CacheInvalidation", "type": "folder" }, "items": [ { "info": { "name": "Google Cloud CDN Invalidate Cache", "type": "http" }, "http": { "method": "POST", "url": "https://compute.googleapis.com/compute/v1/projects/:project/global/backendServices/:backendService/invalidateCache", "params": [ { "name": "project", "value": "", "type": "path" }, { "name": "backendService", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Initiates a cache invalidation operation, invalidating the specified path." } ] } ], "bundled": true }