Skip to content

Commit 08fee73

Browse files
fix(keep): update the api
#### keep:v1 The following keys were changed: - resources.media.methods.download.scopes (Total Keys: 1) - resources.notes.methods.get.scopes (Total Keys: 1) - resources.notes.methods.list.scopes (Total Keys: 1)
1 parent c6b0d83 commit 08fee73

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

googleapiclient/discovery_cache/documents/keep.v1.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"scopes": {
55
"https://www.googleapis.com/auth/keep": {
66
"description": "See, edit, create and permanently delete all your Google Keep data"
7+
},
8+
"https://www.googleapis.com/auth/keep.readonly": {
9+
"description": "View all your Google Keep data"
710
}
811
}
912
}
@@ -134,7 +137,8 @@
134137
"$ref": "Attachment"
135138
},
136139
"scopes": [
137-
"https://www.googleapis.com/auth/keep"
140+
"https://www.googleapis.com/auth/keep",
141+
"https://www.googleapis.com/auth/keep.readonly"
138142
],
139143
"supportsMediaDownload": true,
140144
"useMediaDownloadService": true
@@ -208,7 +212,8 @@
208212
"$ref": "Note"
209213
},
210214
"scopes": [
211-
"https://www.googleapis.com/auth/keep"
215+
"https://www.googleapis.com/auth/keep",
216+
"https://www.googleapis.com/auth/keep.readonly"
212217
]
213218
},
214219
"list": {
@@ -240,7 +245,8 @@
240245
"$ref": "ListNotesResponse"
241246
},
242247
"scopes": [
243-
"https://www.googleapis.com/auth/keep"
248+
"https://www.googleapis.com/auth/keep",
249+
"https://www.googleapis.com/auth/keep.readonly"
244250
]
245251
}
246252
},
@@ -308,7 +314,7 @@
308314
}
309315
}
310316
},
311-
"revision": "20210622",
317+
"revision": "20210706",
312318
"rootUrl": "https://keep.googleapis.com/",
313319
"schemas": {
314320
"Attachment": {

0 commit comments

Comments
 (0)