{ "opencollection": "1.0.0", "info": { "name": "Google Books About Auto API", "version": "1.0.0" }, "items": [ { "info": { "name": "Auto", "type": "folder" }, "items": [ { "info": { "name": "Google Get Auto Forwarding Settings", "type": "http" }, "http": { "method": "GET", "url": "https://www.googleapis.com/books/v1/gmail/v1/users/:userId/settings/autoForwarding", "headers": [ { "name": "Accept", "value": "application/json" } ], "params": [ { "name": "userId", "value": "incididunt labore i", "type": "path", "description": "(Required) " } ] }, "docs": "Gets the auto-forwarding setting for the specified account." }, { "info": { "name": "Google Update Auto Forwarding", "type": "http" }, "http": { "method": "PUT", "url": "https://www.googleapis.com/books/v1/gmail/v1/users/:userId/settings/autoForwarding", "headers": [ { "name": "Content-Type", "value": "application/json" }, { "name": "Accept", "value": "application/json" } ], "params": [ { "name": "userId", "value": "incididunt labore i", "type": "path", "description": "(Required) " } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the auto-forwarding setting for the specified account. A verified forwarding address must be specified when auto-forwarding is enabled. This method is only available to service account clients that have been delegated domain-wide authority." } ] } ], "bundled": true }