From b816dbbfb6ba6f0f7b5d7b69ee010e67d06832ef Mon Sep 17 00:00:00 2001 From: Praveen Kumar Date: Wed, 14 May 2025 14:46:06 +0100 Subject: [PATCH] fix: incorrect enterprise admin token creation link This commit fixes the link by removing `/enterprise/` in the URL for creating admin token in enterprise Both core and enterprise share the same endpoints mounted at the root level for managing admin/operator token. Only enterprise specific features are mounted on `/enterprise`. --- api-docs/influxdb3/enterprise/v3/ref.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-docs/influxdb3/enterprise/v3/ref.yml b/api-docs/influxdb3/enterprise/v3/ref.yml index 28babb0c0..76a0b67e2 100644 --- a/api-docs/influxdb3/enterprise/v3/ref.yml +++ b/api-docs/influxdb3/enterprise/v3/ref.yml @@ -157,7 +157,7 @@ tags: 1. [Create an admin token](#section/Authentication) for the InfluxDB 3 Enterprise API. ```bash - curl -X POST "http://localhost:8181/api/v3/enterprise/configure/token/admin" + curl -X POST "http://localhost:8181/api/v3/configure/token/admin" ``` 2. [Check the status](#section/Server-information) of the InfluxDB server.