From fceed668e0a10dd615e07755db2716e01f3ab0f6 Mon Sep 17 00:00:00 2001 From: Christopher Kolstad Date: Wed, 24 Feb 2021 10:54:41 +0100 Subject: [PATCH] Update docs/user_guide/api_access.md --- docs/user_guide/api_access.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user_guide/api_access.md b/docs/user_guide/api_access.md index e38595ffe3..bd11b7456d 100644 --- a/docs/user_guide/api_access.md +++ b/docs/user_guide/api_access.md @@ -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. ```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 ```