{ "opencollection": "1.0.0", "info": { "name": "Google Books About Copy API", "version": "1.0.0" }, "items": [ { "info": { "name": "Copy", "type": "folder" }, "items": [ { "info": { "name": "Google Copy To Sheet", "type": "http" }, "http": { "method": "POST", "url": "https://www.googleapis.com/books/v1/v4/spreadsheets/:spreadsheetId/sheets/:sheetId:copyTo", "headers": [ { "name": "Content-Type", "value": "application/json" }, { "name": "Accept", "value": "application/json" } ], "params": [ { "name": "spreadsheetId", "value": "{{spreadsheetId}}", "type": "path", "description": "(Required) " }, { "name": "sheetId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Copies a single sheet from a spreadsheet to another spreadsheet. Returns the properties of the newly created sheet." } ] } ], "bundled": true }