Skip to content

Commit 45eb6da

Browse files
feat(keep): update the api
#### keep:v1 The following keys were added: - resources.media.methods.download.scopes (Total Keys: 1) - resources.notes.methods.create.scopes (Total Keys: 1) - resources.notes.methods.delete.scopes (Total Keys: 1) - resources.notes.methods.get.scopes (Total Keys: 1) - resources.notes.methods.list.scopes (Total Keys: 1) - resources.notes.resources.permissions.methods.batchCreate.scopes (Total Keys: 1) - resources.notes.resources.permissions.methods.batchDelete.scopes (Total Keys: 1)
1 parent 3963b48 commit 45eb6da

File tree

1 file changed

+37
-7
lines changed

1 file changed

+37
-7
lines changed

googleapiclient/discovery_cache/documents/keep.v1.json

Lines changed: 37 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
{
2+
"auth": {
3+
"oauth2": {
4+
"scopes": {
5+
"https://www.googleapis.com/auth/keep": {
6+
"description": "See, edit, create and permanently delete all your Google Keep data"
7+
}
8+
}
9+
}
10+
},
211
"basePath": "",
312
"baseUrl": "https://keep.googleapis.com/",
413
"batchPath": "batch",
@@ -124,6 +133,9 @@
124133
"response": {
125134
"$ref": "Attachment"
126135
},
136+
"scopes": [
137+
"https://www.googleapis.com/auth/keep"
138+
],
127139
"supportsMediaDownload": true,
128140
"useMediaDownloadService": true
129141
}
@@ -144,7 +156,10 @@
144156
},
145157
"response": {
146158
"$ref": "Note"
147-
}
159+
},
160+
"scopes": [
161+
"https://www.googleapis.com/auth/keep"
162+
]
148163
},
149164
"delete": {
150165
"description": "Deletes a note. Caller must have the `OWNER` role on the note to delete. Deleting a note removes the resource immediately and cannot be undone. Any collaborators will lose access to the note.",
@@ -166,7 +181,10 @@
166181
"path": "v1/{+name}",
167182
"response": {
168183
"$ref": "Empty"
169-
}
184+
},
185+
"scopes": [
186+
"https://www.googleapis.com/auth/keep"
187+
]
170188
},
171189
"get": {
172190
"description": "Gets a note.",
@@ -188,7 +206,10 @@
188206
"path": "v1/{+name}",
189207
"response": {
190208
"$ref": "Note"
191-
}
209+
},
210+
"scopes": [
211+
"https://www.googleapis.com/auth/keep"
212+
]
192213
},
193214
"list": {
194215
"description": "Lists notes. Every list call returns a page of results with `page_size` as the upper bound of returned items. A `page_size` of zero allows the server to choose the upper bound. The ListNotesResponse contains at most `page_size` entries. If there are more things left to list, it provides a `next_page_token` value. (Page tokens are opaque values.) To get the next page of results, copy the result's `next_page_token` into the next request's `page_token`. Repeat until the `next_page_token` returned with a page of results is empty. ListNotes return consistent results in the face of concurrent changes, or signals that it cannot with an ABORTED error.",
@@ -217,7 +238,10 @@
217238
"path": "v1/notes",
218239
"response": {
219240
"$ref": "ListNotesResponse"
220-
}
241+
},
242+
"scopes": [
243+
"https://www.googleapis.com/auth/keep"
244+
]
221245
}
222246
},
223247
"resources": {
@@ -246,7 +270,10 @@
246270
},
247271
"response": {
248272
"$ref": "BatchCreatePermissionsResponse"
249-
}
273+
},
274+
"scopes": [
275+
"https://www.googleapis.com/auth/keep"
276+
]
250277
},
251278
"batchDelete": {
252279
"description": "Deletes one or more permissions on the note. The specified entities will immediately lose access. A permission with the `OWNER` role can't be removed. If removing a permission fails, then the entire request fails and no changes are made. Returns a 400 bad request error if a specified permission does not exist on the note.",
@@ -271,14 +298,17 @@
271298
},
272299
"response": {
273300
"$ref": "Empty"
274-
}
301+
},
302+
"scopes": [
303+
"https://www.googleapis.com/auth/keep"
304+
]
275305
}
276306
}
277307
}
278308
}
279309
}
280310
},
281-
"revision": "20210528",
311+
"revision": "20210608",
282312
"rootUrl": "https://keep.googleapis.com/",
283313
"schemas": {
284314
"Attachment": {

0 commit comments

Comments
 (0)