X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=turbot%2Fsheets.py;h=434665ef448cd21b4b74e1b90e7d2843c7202acf;hb=791111d99a90c595a7f215dfef29dc25e9358db8;hp=43b4f2931bf4b62b8308fa849eefc29fed305a57;hpb=1a15eb5818079ce06a58423ba90a3da9cb591a07;p=turbot 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()