diff --git a/googleapiclient/discovery_cache/documents/keep.v1.json b/googleapiclient/discovery_cache/documents/keep.v1.json index 3e57e4be309..562d1afc3e4 100644 --- a/googleapiclient/discovery_cache/documents/keep.v1.json +++ b/googleapiclient/discovery_cache/documents/keep.v1.json @@ -4,6 +4,9 @@ "scopes": { "https://www.googleapis.com/auth/keep": { "description": "See, edit, create and permanently delete all your Google Keep data" + }, + "https://www.googleapis.com/auth/keep.readonly": { + "description": "View all your Google Keep data" } } } @@ -134,7 +137,8 @@ "$ref": "Attachment" }, "scopes": [ - "https://www.googleapis.com/auth/keep" + "https://www.googleapis.com/auth/keep", + "https://www.googleapis.com/auth/keep.readonly" ], "supportsMediaDownload": true, "useMediaDownloadService": true @@ -208,7 +212,8 @@ "$ref": "Note" }, "scopes": [ - "https://www.googleapis.com/auth/keep" + "https://www.googleapis.com/auth/keep", + "https://www.googleapis.com/auth/keep.readonly" ] }, "list": { @@ -240,7 +245,8 @@ "$ref": "ListNotesResponse" }, "scopes": [ - "https://www.googleapis.com/auth/keep" + "https://www.googleapis.com/auth/keep", + "https://www.googleapis.com/auth/keep.readonly" ] } }, @@ -308,7 +314,7 @@ } } }, - "revision": "20210622", + "revision": "20210706", "rootUrl": "https://keep.googleapis.com/", "schemas": { "Attachment": {