{ "opencollection": "1.0.0", "info": { "name": "Google Books About Settings API", "version": "1.0.0" }, "items": [ { "info": { "name": "Settings", "type": "folder" }, "items": [ { "info": { "name": "Google Get POP Settings", "type": "http" }, "http": { "method": "GET", "url": "https://www.googleapis.com/books/v1/gmail/v1/users/:userId/settings/pop", "headers": [ { "name": "Accept", "value": "application/json" } ], "params": [ { "name": "userId", "value": "{{userId}}", "type": "path", "description": "(Required) " } ] }, "docs": "Gets POP settings." }, { "info": { "name": "Google Update POP Settings", "type": "http" }, "http": { "method": "PUT", "url": "https://www.googleapis.com/books/v1/gmail/v1/users/:userId/settings/pop", "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 POP settings." }, { "info": { "name": "Google Get Vacation Settings", "type": "http" }, "http": { "method": "GET", "url": "https://www.googleapis.com/books/v1/gmail/v1/users/:userId/settings/vacation", "headers": [ { "name": "Accept", "value": "application/json" } ], "params": [ { "name": "userId", "value": "incididunt labore i", "type": "path", "description": "(Required) " } ] }, "docs": "Gets vacation responder settings." }, { "info": { "name": "Google Update Vacation Settings", "type": "http" }, "http": { "method": "PUT", "url": "https://www.googleapis.com/books/v1/gmail/v1/users/:userId/settings/vacation", "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 vacation responder settings." }, { "info": { "name": "Google Get Language Settings", "type": "http" }, "http": { "method": "GET", "url": "https://www.googleapis.com/books/v1/gmail/v1/users/:userId/settings/language", "headers": [ { "name": "Accept", "value": "application/json" } ], "params": [ { "name": "userId", "value": "incididunt labore i", "type": "path", "description": "(Required) " } ] }, "docs": "Gets language settings." }, { "info": { "name": "Google Update Language Settings", "type": "http" }, "http": { "method": "PUT", "url": "https://www.googleapis.com/books/v1/gmail/v1/users/:userId/settings/language", "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 language settings. If successful, the return object contains the `displayLanguage` that was saved for the user, which may differ from the value passed into the request. This is because the requested `displayLanguage` may not be directly supported by Gmail but have a close variant that is, and so the variant may be chosen and saved instead." }, { "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." } ] } ], "bundled": true }