diff --git a/content/influxdb3/core/admin/tokens/admin/list.md b/content/influxdb3/core/admin/tokens/admin/list.md index e553d8574..e231579e5 100644 --- a/content/influxdb3/core/admin/tokens/admin/list.md +++ b/content/influxdb3/core/admin/tokens/admin/list.md @@ -3,7 +3,7 @@ title: List admin tokens description: > Use the `influxdb3` CLI or the `/api/v3` HTTP API to list admin tokens for your {{< product-name >}} instance. - Use the `influxdb3 show tokens` command to list all tokens or use SQL to query token metadata directly from the `SYSTEM.TOKENS` table. + Use the `influxdb3 show tokens` command to list all tokens or use SQL to query token metadata directly from the `system.tokens` table. menu: influxdb3_core: parent: Admin tokens