1
0
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:
Christopher Kolstad 2021-02-24 10:54:41 +01:00 committed by GitHub
parent 99925e8bc5
commit fceed668e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
``` ```