mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-15 17:50:48 +02:00
Update docs/user_guide/api_access.md
This commit is contained in:
parent
99925e8bc5
commit
fceed668e0
@ -26,7 +26,7 @@ Now that you have an access token with admin privileges we can use that to perfo
|
|||||||
In the example below we will use the [Unleash Admin API](../api/admin/features) to enable the “Demo” feature toggle sing curl.
|
In the example below we will use the [Unleash Admin API](../api/admin/features) to enable the “Demo” feature toggle sing curl.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
curl -X POST -H "Authorization: admintokenher"
|
curl -X POST -H "Authorization: admintoken"
|
||||||
https://app.unleash-hosted.com/demo/api/admin/features/Demo/toggle/on
|
https://app.unleash-hosted.com/demo/api/admin/features/Demo/toggle/on
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user