{ "opencollection": "1.0.0", "info": { "name": "Google developerMetadata Sheets API", "version": "v4" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://accounts.google.com/o/oauth2/v2/auth", "accessTokenUrl": "https://oauth2.googleapis.com/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Sheets", "type": "folder" }, "items": [ { "info": { "name": "Google Sheets Copy a Sheet to Another Spreadsheet", "type": "http" }, "http": { "method": "POST", "url": "https://sheets.googleapis.com/v4/spreadsheets/:spreadsheetId/sheets/:sheetId:copyTo", "params": [ { "name": "spreadsheetId", "value": "", "type": "path", "description": "The ID of the spreadsheet to retrieve or modify." }, { "name": "sheetId", "value": "500123", "type": "path", "description": "The ID of the sheet to copy." } ], "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 }