diff --git a/docs/api/admin/addons.md b/docs/api/admin/addons.md index 978cca41970..5b67951efdd 100644 --- a/docs/api/admin/addons.md +++ b/docs/api/admin/addons.md @@ -3,7 +3,7 @@ id: addons title: /api/admin/addons --- -> In order to access the admin API endpoints you need to identify yourself. Unless you're using the `none` authentication method, you'll need to [create an ADMIN token](../token.md) and add an Authorization header using the token. +> In order to access the admin API endpoints you need to identify yourself. Unless you're using the `none` authentication method, you'll need to [create an ADMIN token](../../user_guide/api-token) and add an Authorization header using the token. ### List addons and providers diff --git a/docs/api/admin/context.md b/docs/api/admin/context.md index 3e684fb9363..83141fa21f7 100644 --- a/docs/api/admin/context.md +++ b/docs/api/admin/context.md @@ -3,7 +3,7 @@ id: context title: /api/admin/context --- -> The context feature is only available as part of Unleash Enterprise. In order to access the API programmatically you need to make sure you [obtain a API token](../token.md) with admin permissions. +> The context feature is only available as part of Unleash Enterprise. In order to access the API programmatically you need to make sure you [obtain a API token](../../user_guide/api-token) with admin permissions. ### List context fields defined in Unleash diff --git a/docs/api/admin/events-api.md b/docs/api/admin/events-api.md index 9ecf714365a..3fbdd1f61db 100644 --- a/docs/api/admin/events-api.md +++ b/docs/api/admin/events-api.md @@ -3,7 +3,7 @@ id: events title: /api/admin/events --- -> In order to access the admin API endpoints you need to identify yourself. Unless you're using the `none` authentication method, you'll need to [create an ADMIN token](../token.md) and add an Authorization header using the token. +> In order to access the admin API endpoints you need to identify yourself. Unless you're using the `none` authentication method, you'll need to [create an ADMIN token](../../user_guide/api-token) and add an Authorization header using the token. # Events API diff --git a/docs/api/admin/feature-toggles-api.md b/docs/api/admin/feature-toggles-api.md index fb808cee93f..c820a95e8ef 100644 --- a/docs/api/admin/feature-toggles-api.md +++ b/docs/api/admin/feature-toggles-api.md @@ -3,7 +3,7 @@ id: features title: /api/admin/features --- ->> In order to access the admin API endpoints you need to identify yourself. Unless you're using the `none` authentication method, you'll need to [create an ADMIN token](../token.md) and add an Authorization header using the token. +> > In order to access the admin API endpoints you need to identify yourself. Unless you're using the `none` authentication method, you'll need to [create an ADMIN token](../../user_guide/api-token) and add an Authorization header using the token. ### Fetching Feature Toggles diff --git a/docs/api/admin/feature-types-api.md b/docs/api/admin/feature-types-api.md index 8b6c2798fe7..019ccb475fc 100644 --- a/docs/api/admin/feature-types-api.md +++ b/docs/api/admin/feature-types-api.md @@ -3,7 +3,7 @@ id: feature-types title: /api/admin/feature-types --- -> In order to access the admin API endpoints you need to identify yourself. Unless you're using the `none` authentication method, you'll need to [create an ADMIN token](../token.md) and add an Authorization header using the token. +> In order to access the admin API endpoints you need to identify yourself. Unless you're using the `none` authentication method, you'll need to [create an ADMIN token](../../user_guide/api-token) and add an Authorization header using the token. # Feature Types API diff --git a/docs/api/admin/metrics-api.md b/docs/api/admin/metrics-api.md index ad84519f9d4..78097bf62fe 100644 --- a/docs/api/admin/metrics-api.md +++ b/docs/api/admin/metrics-api.md @@ -3,7 +3,7 @@ id: metrics title: /api/admin/metrics --- -> In order to access the admin API endpoints you need to identify yourself. Unless you're using the `none` authentication method, you'll need to [create an ADMIN token](../token.md) and add an Authorization header using the token. +> In order to access the admin API endpoints you need to identify yourself. Unless you're using the `none` authentication method, you'll need to [create an ADMIN token](../../user_guide/api-token) and add an Authorization header using the token. # This document describes the metrics endpoint for admin ui diff --git a/docs/api/admin/project.md b/docs/api/admin/project.md index b7c65784743..ac95d0d973d 100644 --- a/docs/api/admin/project.md +++ b/docs/api/admin/project.md @@ -3,7 +3,7 @@ id: projects title: /api/admin/projects --- -> The context feature is only available as part of Unleash Enterprise. In order to access the API programmatically you need to make sure you [obtain an API token](../token.md) with admin permissions. +> The context feature is only available as part of Unleash Enterprise. In order to access the API programmatically you need to make sure you [obtain an API token](../../user_guide/api-token) with admin permissions. ### List projects in Unleash diff --git a/docs/api/admin/state-api.md b/docs/api/admin/state-api.md index 6612ad36c94..9004009d583 100644 --- a/docs/api/admin/state-api.md +++ b/docs/api/admin/state-api.md @@ -3,7 +3,7 @@ id: state title: /api/admin/state --- -> In order to access the admin API endpoints you need to identify yourself. Unless you're using the `none` authentication method, you'll need to [create an ADMIN token](../token.md) and add an Authorization header using the token. +> In order to access the admin API endpoints you need to identify yourself. Unless you're using the `none` authentication method, you'll need to [create an ADMIN token](../../user_guide/api-token) and add an Authorization header using the token. ### Export Feature Toggles & Strategies diff --git a/docs/api/admin/strategies-api.md b/docs/api/admin/strategies-api.md index 96ea4335f60..002e78aad67 100644 --- a/docs/api/admin/strategies-api.md +++ b/docs/api/admin/strategies-api.md @@ -3,7 +3,7 @@ id: strategies title: /api/admin/strategies --- -> In order to access the admin API endpoints you need to identify yourself. Unless you're using the `none` authentication method, you'll need to [create an ADMIN token](../token.md) and add an Authorization header using the token. +> In order to access the admin API endpoints you need to identify yourself. Unless you're using the `none` authentication method, you'll need to [create an ADMIN token](../../user_guide/api-token) and add an Authorization header using the token. ### Fetch Strategies diff --git a/docs/api/admin/tags-api.md b/docs/api/admin/tags-api.md index 7f05004b3d3..d639ca96c8a 100644 --- a/docs/api/admin/tags-api.md +++ b/docs/api/admin/tags-api.md @@ -3,7 +3,7 @@ id: tags title: /api/admin/tags --- -> In order to access the admin API endpoints you need to identify yourself. Unless you're using the `none` authentication method, you'll need to [create an ADMIN token](../token.md) and add an Authorization header using the token. +> In order to access the admin API endpoints you need to identify yourself. Unless you're using the `none` authentication method, you'll need to [create an ADMIN token](../../user_guide/api-token) and add an Authorization header using the token. ### Create a new tag diff --git a/docs/api/client/feature-toggles-api.md b/docs/api/client/feature-toggles-api.md index f4969f68569..4b408b21e77 100644 --- a/docs/api/client/feature-toggles-api.md +++ b/docs/api/client/feature-toggles-api.md @@ -3,8 +3,7 @@ id: features title: /api/client/features --- -> In order to access the client API endpoints you need to identify yourself. Unless you're using the `none` authentication method, you'll need to [create a CLIENT token](../token.md) and add an Authorization header using the token. - +> In order to access the client API endpoints you need to identify yourself. Unless you're using the `none` authentication method, you'll need to [create a CLIENT token](../../user_guide/api-token) and add an Authorization header using the token. ### Fetching Feature Toggles diff --git a/docs/api/client/metrics-api.md b/docs/api/client/metrics-api.md index 1ae4498993a..02c9e640e56 100644 --- a/docs/api/client/metrics-api.md +++ b/docs/api/client/metrics-api.md @@ -3,7 +3,7 @@ id: metrics title: /api/client/metrics --- -> In order to access the client API endpoints you need to identify yourself. Unless you're using the `none` authentication method, you'll need to [create a CLIENT token](../token.md) and add an Authorization header using the token. +> In order to access the client API endpoints you need to identify yourself. Unless you're using the `none` authentication method, you'll need to [create a CLIENT token](../../user_guide/api-token) and add an Authorization header using the token. ### Send metrics diff --git a/docs/api/client/register-api.md b/docs/api/client/register-api.md index 64b08287200..a6fbf973abb 100644 --- a/docs/api/client/register-api.md +++ b/docs/api/client/register-api.md @@ -3,7 +3,7 @@ id: register title: /api/client/register --- -> In order to access the client API endpoints you need to identify yourself. Unless you're using the `none` authentication method, you'll need to [create a CLIENT token](../token.md) and add an Authorization header using the token. +> In order to access the client API endpoints you need to identify yourself. Unless you're using the `none` authentication method, you'll need to [create a CLIENT token](../../user_guide/api-token) and add an Authorization header using the token. ### Client registration