📝 docs(rules): clarify scope usage for Gmail operations
- correct grammar in scope description
This commit is contained in:
committed by
Jeremiah Russell
parent
23ea5a82b0
commit
01c337d94c
@@ -73,7 +73,7 @@ const GMAIL_MODIFY_SCOPE: &str = "https://www.googleapis.com/auth/gmail.modify";
|
|||||||
///
|
///
|
||||||
/// This scope allows all operations and is required to authorise the batch
|
/// This scope allows all operations and is required to authorise the batch
|
||||||
/// delete operation. It is only used for batch delete. For all other
|
/// delete operation. It is only used for batch delete. For all other
|
||||||
/// operations [`GMAIL_MODIFY_SCOPE`](Self::GMAIL_MODIFY_SCOPE) is preferred.
|
/// operations `GMAIL_MODIFY_SCOPE` is preferred.
|
||||||
const GMAIL_DELETE_SCOPE: &str = "https://mail.google.com/";
|
const GMAIL_DELETE_SCOPE: &str = "https://mail.google.com/";
|
||||||
|
|
||||||
/// Internal trait defining the minimal operations needed for rule processing.
|
/// Internal trait defining the minimal operations needed for rule processing.
|
||||||
|
|||||||
Reference in New Issue
Block a user