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