diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 6890315d34..a8df965e37 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -34,7 +34,7 @@ This Code of Conduct applies both within project spaces and in public spaces whe ## Enforcement -Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at contact@unleash-hosted.com. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately. +Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at contact@getunleash.io. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately. Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership. diff --git a/websitev2/docs/advanced/api_access.md b/websitev2/docs/advanced/api_access.md index 76954e2e4a..f1ada3f67c 100644 --- a/websitev2/docs/advanced/api_access.md +++ b/websitev2/docs/advanced/api_access.md @@ -9,13 +9,13 @@ It is possible to integrate directly with the Admin API. In this guide we will e Please refer to [Create token](../user_guide/api-token) on how to create an API token. You'll need a token with `Admin` level access for this to work. -Please note that it may take up to 60 seconds for the new key to propagate to all Unleash-hosted instances. +Please note that it may take up to 60 seconds for the new key to propagate to all Unleash instances due to eager caching. > If you need an API token to use in a client SDK you should create a "client token" as these have less access. ## Step 2: Use Admin API {#step-2-use-admin-api} -Now that you have an access token with admin privileges we can use that to perform changes in our Unleash-hosted instance. +Now that you have an access token with admin privileges we can use that to perform changes in our Unleash instance. In the example below we will use the [Unleash Admin API](../api/admin/features) to enable the “Demo” feature toggle sing curl.