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`.
pull/6063/head
Praveen Kumar 2025-05-14 14:46:06 +01:00
parent 7fbf301fe2
commit b816dbbfb6
No known key found for this signature in database
GPG Key ID: CB9E05780A79EA5A
1 changed files with 1 additions and 1 deletions

View File

@ -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.