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
parent
7fbf301fe2
commit
b816dbbfb6
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue