From: justin melvin Date: Sat, 28 Nov 2020 04:59:24 +0000 (-0800) Subject: I am not a fan of this api's documentation X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=791111d99a90c595a7f215dfef29dc25e9358db8;p=turbot I am not a fan of this api's documentation --- diff --git a/turbot/sheets.py b/turbot/sheets.py index 43b4f29..434665e 100644 --- a/turbot/sheets.py +++ b/turbot/sheets.py @@ -84,7 +84,7 @@ def renameSheet(turb, url, newName): turb.sheets.batchUpdate(body={ "updateSheetProperties": { "properties": { - "sheetId": id, + "spreadsheetId": id, "title": newName } }}).execute()