From 75719a02978965aaa283d895f44aa1c2c2ae7ed2 Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Wed, 27 Apr 2022 11:09:04 +0200 Subject: [PATCH] docs: link to the correct new endpoints in the features v2 API --- website/docs/api/admin/feature-toggles-api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/api/admin/feature-toggles-api.md b/website/docs/api/admin/feature-toggles-api.md index c75535657ea..04f4d094111 100644 --- a/website/docs/api/admin/feature-toggles-api.md +++ b/website/docs/api/admin/feature-toggles-api.md @@ -256,7 +256,7 @@ Used to archive a feature toggle. A feature toggle can never be totally be delet ## Enable a Feature Toggle {#enable-a-feature-toggle} :::caution Deprecation notice -This endpoint is deprecated. Please use the [project-based endpoint to enable feature toggles](./feature-toggles-api-v2.md#where?) instead. +This endpoint is deprecated. Please use the [project-based endpoint to enable feature toggles](./feature-toggles-api-v2.md#enable-env) instead. ::: @@ -290,7 +290,7 @@ None ## Disable a Feature Toggle {#disable-a-feature-toggle} :::caution Deprecation notice -This endpoint is deprecated. Please use the [project-based endpoint to disable feature toggles](./feature-toggles-api-v2.md#where?) instead. +This endpoint is deprecated. Please use the [project-based endpoint to disable feature toggles](./feature-toggles-api-v2.md#disable-env) instead. ::: `POST: http://unleash.host.com/api/admin/features/:featureName/toggle/off`