Skip to content

Commit

Permalink
fix(keep): update the api
Browse files Browse the repository at this point in the history
#### 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)
  • Loading branch information
yoshi-automation committed Jul 13, 2021
1 parent c6b0d83 commit 08fee73
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions googleapiclient/discovery_cache/documents/keep.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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"
]
}
},
Expand Down Expand Up @@ -308,7 +314,7 @@
}
}
},
"revision": "20210622",
"revision": "20210706",
"rootUrl": "https://keep.googleapis.com/",
"schemas": {
"Attachment": {
Expand Down

0 comments on commit 08fee73

Please sign in to comment.