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