mirror of
https://github.com/Unleash/unleash.git
synced 2025-05-17 01:17:29 +02:00
docs: cleanup unleash-hosted refereces
This commit is contained in:
parent
db77dcb11d
commit
933db83ec6
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user