Skip to content

Commit

Permalink
fix: doc linkts to api-token
Browse files Browse the repository at this point in the history
  • Loading branch information
ivarconr committed May 18, 2021
1 parent c4b42db commit 1530be7
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 14 deletions.
2 changes: 1 addition & 1 deletion docs/api/admin/addons.md
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/api/admin/context.md
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/api/admin/events-api.md
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/api/admin/feature-toggles-api.md
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/api/admin/feature-types-api.md
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/api/admin/metrics-api.md
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/api/admin/project.md
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/api/admin/state-api.md
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/api/admin/strategies-api.md
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/api/admin/tags-api.md
Expand Up @@ -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

Expand Down
3 changes: 1 addition & 2 deletions docs/api/client/feature-toggles-api.md
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/api/client/metrics-api.md
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/api/client/register-api.md
Expand Up @@ -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

Expand Down

0 comments on commit 1530be7

Please sign in to comment.