{ "opencollection": "1.0.0", "info": { "name": "Google Books About Language API", "version": "1.0.0" }, "items": [ { "info": { "name": "Language", "type": "folder" }, "items": [ { "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." } ] } ], "bundled": true }