{ "opencollection": "1.0.0", "info": { "name": "Google Cloud DNS Changes 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": "Changes", "type": "folder" }, "items": [ { "info": { "name": "Google Cloud DNS List Changes", "type": "http" }, "http": { "method": "GET", "url": "https://dns.googleapis.com/dns/v1/projects/:project/managedZones/:managedZone/changes", "params": [ { "name": "project", "value": "", "type": "path" }, { "name": "managedZone", "value": "", "type": "path" } ] }, "docs": "Enumerates changes to a managed zone." }, { "info": { "name": "Google Cloud DNS Create Change", "type": "http" }, "http": { "method": "POST", "url": "https://dns.googleapis.com/dns/v1/projects/:project/managedZones/:managedZone/changes", "params": [ { "name": "project", "value": "", "type": "path" }, { "name": "managedZone", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Atomically updates the resource record set collection." } ] } ], "bundled": true }