|
1 | 1 | {
|
| 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 | + }, |
2 | 11 | "basePath": "",
|
3 | 12 | "baseUrl": "https://keep.googleapis.com/",
|
4 | 13 | "batchPath": "batch",
|
|
124 | 133 | "response": {
|
125 | 134 | "$ref": "Attachment"
|
126 | 135 | },
|
| 136 | + "scopes": [ |
| 137 | + "https://www.googleapis.com/auth/keep" |
| 138 | + ], |
127 | 139 | "supportsMediaDownload": true,
|
128 | 140 | "useMediaDownloadService": true
|
129 | 141 | }
|
|
144 | 156 | },
|
145 | 157 | "response": {
|
146 | 158 | "$ref": "Note"
|
147 |
| - } |
| 159 | + }, |
| 160 | + "scopes": [ |
| 161 | + "https://www.googleapis.com/auth/keep" |
| 162 | + ] |
148 | 163 | },
|
149 | 164 | "delete": {
|
150 | 165 | "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 | 181 | "path": "v1/{+name}",
|
167 | 182 | "response": {
|
168 | 183 | "$ref": "Empty"
|
169 |
| - } |
| 184 | + }, |
| 185 | + "scopes": [ |
| 186 | + "https://www.googleapis.com/auth/keep" |
| 187 | + ] |
170 | 188 | },
|
171 | 189 | "get": {
|
172 | 190 | "description": "Gets a note.",
|
|
188 | 206 | "path": "v1/{+name}",
|
189 | 207 | "response": {
|
190 | 208 | "$ref": "Note"
|
191 |
| - } |
| 209 | + }, |
| 210 | + "scopes": [ |
| 211 | + "https://www.googleapis.com/auth/keep" |
| 212 | + ] |
192 | 213 | },
|
193 | 214 | "list": {
|
194 | 215 | "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 | 238 | "path": "v1/notes",
|
218 | 239 | "response": {
|
219 | 240 | "$ref": "ListNotesResponse"
|
220 |
| - } |
| 241 | + }, |
| 242 | + "scopes": [ |
| 243 | + "https://www.googleapis.com/auth/keep" |
| 244 | + ] |
221 | 245 | }
|
222 | 246 | },
|
223 | 247 | "resources": {
|
|
246 | 270 | },
|
247 | 271 | "response": {
|
248 | 272 | "$ref": "BatchCreatePermissionsResponse"
|
249 |
| - } |
| 273 | + }, |
| 274 | + "scopes": [ |
| 275 | + "https://www.googleapis.com/auth/keep" |
| 276 | + ] |
250 | 277 | },
|
251 | 278 | "batchDelete": {
|
252 | 279 | "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 | 298 | },
|
272 | 299 | "response": {
|
273 | 300 | "$ref": "Empty"
|
274 |
| - } |
| 301 | + }, |
| 302 | + "scopes": [ |
| 303 | + "https://www.googleapis.com/auth/keep" |
| 304 | + ] |
275 | 305 | }
|
276 | 306 | }
|
277 | 307 | }
|
278 | 308 | }
|
279 | 309 | }
|
280 | 310 | },
|
281 |
| - "revision": "20210528", |
| 311 | + "revision": "20210608", |
282 | 312 | "rootUrl": "https://keep.googleapis.com/",
|
283 | 313 | "schemas": {
|
284 | 314 | "Attachment": {
|
|
0 commit comments