fix(dedicated): Update links to database token management API reference

Links what have been broke, have done unbroke.
pull/5645/head
Fraser Savage 2024-10-11 15:25:26 +01:00
parent 6532ad0c57
commit c6086a6fc9
No known key found for this signature in database
GPG Key ID: DE47C33CE8C5C446
4 changed files with 5 additions and 5 deletions

View File

@ -50,7 +50,7 @@ related:
---
Use the [`influxctl` CLI](/influxdb/cloud-dedicated/reference/cli/influxctl/)
or the [Management HTTP API](influxdb/cloud-dedicated/api/management/) to create a [database token](/influxdb/cloud-dedicated/admin/tokens/database/) with permissions for reading and writing data in your {{< product-name omit=" Clustered" >}} cluster.
or the [Management HTTP API](influxdb/cloud-dedicated/reference/api/management/) to create a [database token](/influxdb/cloud-dedicated/admin/tokens/database/) with permissions for reading and writing data in your {{< product-name omit=" Clustered" >}} cluster.
{{< tabs-wrapper >}}
{{% tabs %}}
@ -435,4 +435,4 @@ curl \
{{% /code-placeholders %}}
{{% /code-tab-content %}}
{{< /code-tabs-wrapper >}}
{{< /code-tabs-wrapper >}}

View File

@ -32,7 +32,7 @@ related:
---
Use the [`influxctl` CLI](/influxdb/cloud-dedicated/reference/cli/influxctl/)
or the [Management HTTP API](influxdb/cloud-dedicated/api/management/)
or the [Management HTTP API](influxdb/cloud-dedicated/reference/api/management/)
to delete a database token from your {{< product-name omit=" Clustered" >}} cluster.
{{< tabs-wrapper >}}

View File

@ -36,7 +36,7 @@ related:
---
Use the [`influxctl` CLI](/influxdb/cloud-dedicated/reference/cli/influxctl/)
or the [Management HTTP API](influxdb/cloud-dedicated/api/management/)
or the [Management HTTP API](influxdb/cloud-dedicated/reference/api/management/)
to list database tokens in your {{< product-name omit=" Clustered" >}} cluster.
[List database tokens](#list-database-tokens)

View File

@ -53,7 +53,7 @@ related:
---
Use the [`influxctl` CLI](/influxdb/cloud-dedicated/reference/cli/influxctl/)
or the [Management HTTP API](influxdb/cloud-dedicated/api/management/)
or the [Management HTTP API](influxdb/cloud-dedicated/reference/api/management/)
to update a database token's permissions {{< product-name omit=" Clustered" >}} cluster.
{{< tabs-wrapper >}}