Browse Source

clarify API use-case, fixes #745 (#747)

pull/750/head
Trey Greer 4 years ago committed by GitHub
parent
commit
a986741612
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      _articles/organizations/public-api.md

2
_articles/organizations/public-api.md

@ -49,7 +49,7 @@ The API Key `client_id` and `client_secret` can be obtained by an **Owner** from @@ -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

Loading…
Cancel
Save