File tree 1 file changed +10
-4
lines changed
googleapiclient/discovery_cache/documents
1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 4
4
"scopes" : {
5
5
"https://www.googleapis.com/auth/keep" : {
6
6
"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"
7
10
}
8
11
}
9
12
}
134
137
"$ref" : " Attachment"
135
138
},
136
139
"scopes" : [
137
- " https://www.googleapis.com/auth/keep"
140
+ " https://www.googleapis.com/auth/keep" ,
141
+ " https://www.googleapis.com/auth/keep.readonly"
138
142
],
139
143
"supportsMediaDownload" : true ,
140
144
"useMediaDownloadService" : true
208
212
"$ref" : " Note"
209
213
},
210
214
"scopes" : [
211
- " https://www.googleapis.com/auth/keep"
215
+ " https://www.googleapis.com/auth/keep" ,
216
+ " https://www.googleapis.com/auth/keep.readonly"
212
217
]
213
218
},
214
219
"list" : {
240
245
"$ref" : " ListNotesResponse"
241
246
},
242
247
"scopes" : [
243
- " https://www.googleapis.com/auth/keep"
248
+ " https://www.googleapis.com/auth/keep" ,
249
+ " https://www.googleapis.com/auth/keep.readonly"
244
250
]
245
251
}
246
252
},
308
314
}
309
315
}
310
316
},
311
- "revision" : " 20210622 " ,
317
+ "revision" : " 20210706 " ,
312
318
"rootUrl" : " https://keep.googleapis.com/" ,
313
319
"schemas" : {
314
320
"Attachment" : {
You can’t perform that action at this time.
0 commit comments