From 1530be70a87110c4c4458fc4fa38f0449337e4c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Tue, 18 May 2021 12:07:07 +0200 Subject: [PATCH] fix: doc linkts to api-token --- docs/api/admin/addons.md | 2 +- docs/api/admin/context.md | 2 +- docs/api/admin/events-api.md | 2 +- docs/api/admin/feature-toggles-api.md | 2 +- docs/api/admin/feature-types-api.md | 2 +- docs/api/admin/metrics-api.md | 2 +- docs/api/admin/project.md | 2 +- docs/api/admin/state-api.md | 2 +- docs/api/admin/strategies-api.md | 2 +- docs/api/admin/tags-api.md | 2 +- docs/api/client/feature-toggles-api.md | 3 +-- docs/api/client/metrics-api.md | 2 +- docs/api/client/register-api.md | 2 +- 13 files changed, 13 insertions(+), 14 deletions(-) diff --git a/docs/api/admin/addons.md b/docs/api/admin/addons.md index 978cca4197..5b67951efd 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 3e684fb936..83141fa21f 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 9ecf714365..3fbdd1f61d 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 fb808cee93..c820a95e8e 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 8b6c2798fe..019ccb475f 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 ad84519f9d..78097bf62f 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 b7c6578474..ac95d0d973 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 6612ad36c9..9004009d58 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 96ea4335f6..002e78aad6 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 7f05004b3d..d639ca96c8 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 f4969f6856..4b408b21e7 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 1ae4498993..02c9e640e5 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 64b0828720..a6fbf973ab 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