projects
/
turbot
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a15eb5
)
I am not a fan of this api's documentation
author
justin melvin
<jmelvinprime@gmail.com>
Sat, 28 Nov 2020 04:59:24 +0000
(20:59 -0800)
committer
justin melvin
<jmelvinprime@gmail.com>
Sat, 28 Nov 2020 04:59:24 +0000
(20:59 -0800)
turbot/sheets.py
patch
|
blob
|
history
diff --git
a/turbot/sheets.py
b/turbot/sheets.py
index 43b4f2931bf4b62b8308fa849eefc29fed305a57..434665ef448cd21b4b74e1b90e7d2843c7202acf 100644
(file)
--- 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,
+ "s
preads
heetId": id,
"title": newName
}
}}).execute()