{ "opencollection": "1.0.0", "info": { "name": "Google Books About Modify API", "version": "1.0.0" }, "items": [ { "info": { "name": "Modify", "type": "folder" }, "items": [ { "info": { "name": "Google Modify Messages", "type": "http" }, "http": { "method": "POST", "url": "https://www.googleapis.com/books/v1/gmail/v1/users/:userId/messages/:id/modify", "headers": [ { "name": "Content-Type", "value": "application/json" }, { "name": "Accept", "value": "application/json" } ], "params": [ { "name": "userId", "value": "{{userId}}", "type": "path", "description": "(Required) " }, { "name": "id", "value": "{{messageId}}", "type": "path", "description": "(Required) " } ], "body": { "type": "json", "data": "{}" } }, "docs": "Modifies the labels on the specified message." }, { "info": { "name": "Google Batch Modify", "type": "http" }, "http": { "method": "POST", "url": "https://www.googleapis.com/books/v1/gmail/v1/users/:userId/messages/batchModify", "headers": [ { "name": "Content-Type", "value": "application/json" } ], "params": [ { "name": "userId", "value": "incididunt labore i", "type": "path", "description": "(Required) " } ], "body": { "type": "json", "data": "{}" } }, "docs": "Modifies the labels on the specified messages." }, { "info": { "name": "Google Modify Threads", "type": "http" }, "http": { "method": "POST", "url": "https://www.googleapis.com/books/v1/gmail/v1/users/:userId/threads/:id/modify", "headers": [ { "name": "Content-Type", "value": "application/json" }, { "name": "Accept", "value": "application/json" } ], "params": [ { "name": "userId", "value": "incididunt labore i", "type": "path", "description": "(Required) " }, { "name": "id", "value": "incididunt labore i", "type": "path", "description": "(Required) " } ], "body": { "type": "json", "data": "{}" } }, "docs": "Modifies the labels applied to the thread. This applies to all messages in the thread." } ] } ], "bundled": true }