From ca962f23d945b0d87622e328b5fcd56318ad0c81 Mon Sep 17 00:00:00 2001 From: Serhiy Zahoriya Date: Tue, 9 Jul 2019 14:29:25 +0300 Subject: [PATCH 1/2] API key permissions mention --- USAGE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/USAGE.md b/USAGE.md index 6342c753e..9cfc08a35 100644 --- a/USAGE.md +++ b/USAGE.md @@ -2,6 +2,8 @@ This documentation is based on our [OAI specification](https://github.com/sendgr # INITIALIZATION +Make sure your API key has [required permissions](https://sendgrid.com/docs/ui/account-and-settings/api-keys/). + ```python from sendgrid import SendGridAPIClient import os From c15b3166cac6b16237baba476c43bdaf312fef73 Mon Sep 17 00:00:00 2001 From: Elmer Thomas Date: Wed, 11 Sep 2019 08:46:46 -0700 Subject: [PATCH 2/2] Update USAGE.md --- USAGE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/USAGE.md b/USAGE.md index 9cfc08a35..6f79e7f96 100644 --- a/USAGE.md +++ b/USAGE.md @@ -2,7 +2,7 @@ This documentation is based on our [OAI specification](https://github.com/sendgr # INITIALIZATION -Make sure your API key has [required permissions](https://sendgrid.com/docs/ui/account-and-settings/api-keys/). +Make sure your API key has the [required permissions](https://sendgrid.com/docs/ui/account-and-settings/api-keys/). ```python from sendgrid import SendGridAPIClient