mirror of
https://github.com/Unleash/unleash.git
synced 2025-06-18 01:18:23 +02:00
Use absolute url to api-token doc
This commit is contained in:
parent
aa5d0a9349
commit
b1c8fea5c6
@ -3,7 +3,7 @@ id: addons
|
|||||||
title: /api/admin/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](../../user_guide/api-token) 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 {#list-addons-and-providers}
|
### List addons and providers {#list-addons-and-providers}
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@ id: context
|
|||||||
title: /api/admin/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](../../user_guide/api-token) 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 {#list-context-fields-defined-in-unleash}
|
### List context fields defined in Unleash {#list-context-fields-defined-in-unleash}
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@ id: events
|
|||||||
title: /api/admin/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](../../user_guide/api-token) 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
|
# Events API
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@ id: features
|
|||||||
title: /api/admin/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](../../user_guide/api-token) 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 {#fetching-feature-toggles}
|
### Fetching Feature Toggles {#fetching-feature-toggles}
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@ id: features-archive
|
|||||||
title: /api/admin/archive
|
title: /api/admin/archive
|
||||||
---
|
---
|
||||||
|
|
||||||
> 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.
|
> 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 archived toggles {#fetch-archived-toggles}
|
### Fetch archived toggles {#fetch-archived-toggles}
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@ id: feature-types
|
|||||||
title: /api/admin/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](../../user_guide/api-token) 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
|
# Feature Types API
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@ id: metrics
|
|||||||
title: /api/admin/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](../../user_guide/api-token) 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
|
# This document describes the metrics endpoint for admin ui
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@ id: projects
|
|||||||
title: /api/admin/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](../../user_guide/api-token) 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 {#list-projects-in-unleash}
|
### List projects in Unleash {#list-projects-in-unleash}
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@ id: state
|
|||||||
title: /api/admin/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](../../user_guide/api-token) 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 {#export-feature-toggles--strategies}
|
### Export Feature Toggles & Strategies {#export-feature-toggles--strategies}
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@ id: strategies
|
|||||||
title: /api/admin/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](../../user_guide/api-token) 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 {#fetch-strategies}
|
### Fetch Strategies {#fetch-strategies}
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@ id: tags
|
|||||||
title: /api/admin/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](../../user_guide/api-token) 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 {#create-a-new-tag}
|
### Create a new tag {#create-a-new-tag}
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@ id: user-admin
|
|||||||
title: /api/admin/user-admin
|
title: /api/admin/user-admin
|
||||||
---
|
---
|
||||||
|
|
||||||
> 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.
|
> 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 all users {#list-all-users}
|
### List all users {#list-all-users}
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@ id: metrics
|
|||||||
title: /api/client/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](../../user_guide/api-token) 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 {#send-metrics}
|
### Send metrics {#send-metrics}
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@ id: register
|
|||||||
title: /api/client/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](../../user_guide/api-token) 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 {#client-registration}
|
### Client registration {#client-registration}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user