From 97856f61c65c445fd850b38cbecfc60e265f2d52 Mon Sep 17 00:00:00 2001 From: Jason Stirnaman Date: Mon, 28 Apr 2025 10:06:36 -0500 Subject: [PATCH] Update content/influxdb3/core/admin/tokens/admin/list.md Co-authored-by: Scott Anderson --- content/influxdb3/core/admin/tokens/admin/list.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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