From af589085a7b97ab0c74a98dbbd5d8bc13c01df5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Thu, 25 Feb 2021 08:44:31 +0100 Subject: [PATCH] Update docs/user_guide/api_access.md Co-authored-by: Christopher Kolstad --- 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 0b8f1fe2e2..da65d7929a 100644 --- a/docs/user_guide/api_access.md +++ b/docs/user_guide/api_access.md @@ -30,7 +30,7 @@ curl -X POST -H "Authorization: admintoken" https://app.unleash-hosted.com/demo/api/admin/features/Demo/toggle/on ``` -**Great success!** We have now enabled the feature toggle. We can also verify that it was actually change by the API user by navigating to the history (audit log) for this feature toggle. +**Great success!** We have now enabled the feature toggle. We can also verify that it was actually changed by the API user by navigating to the history (audit log) for this feature toggle. ![Create token](../assets/api_access_history.png)