From a98674161243277086bad75da264d25f3ce73244 Mon Sep 17 00:00:00 2001 From: Trey Greer <61418192+tgreer-bw@users.noreply.github.com> Date: Tue, 21 Sep 2021 15:42:44 -0400 Subject: [PATCH] clarify API use-case, fixes #745 (#747) --- _articles/organizations/public-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_articles/organizations/public-api.md b/_articles/organizations/public-api.md index eb863cac..a200371b 100644 --- a/_articles/organizations/public-api.md +++ b/_articles/organizations/public-api.md @@ -49,7 +49,7 @@ The API Key `client_id` and `client_secret` can be obtained by an **Owner** from If, as an owner, you want to share the API Key with an Admin or other user, use a secure communication method like [Bitwarden Send]({{site.baseurl}}/article/about-send/). {% callout warning %} -Your API key enables full access to your Organization. Keep your API key private. If you believe your API key has been compromised, select the **Rotate API Key** button on this screen. Active uses of your current API key will need to be reconfigured with the new key before use. +Your API key enables full access to your Organization. Keep your API key private. If you believe your API key has been compromised, select the **Rotate API Key** button on this screen. Active implementations of your current API key will need to be reconfigured with the new key before use. {% endcallout %} ### Bearer Access Tokens