Skip to content

Commit e8d9d54

Browse files
authored
Apply suggestions from code review
1 parent 956659c commit e8d9d54

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

content/shared/influxdb3-admin/tokens/_index.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,10 @@ Replace `YOUR_TOKEN` with your authorization token.
5151

5252
```bash
5353
# Add your token to the HTTP Authorization header
54-
curl "http://localhost:8181/api/v3/query_sql" \
54+
curl "http://{{< influxdb/host >}}/api/v3/query_sql" \
5555
--header "Authorization: Bearer AUTH_TOKEN" \
5656
--data-urlencode "db=example-db" \
5757
--data-urlencode "q=SELECT * FROM 'example-table' WHERE time > now() - INTERVAL '10 minutes'"
58-
```
59-
60-
{{% /code-placeholders %}}
61-
62-
Replace `your-token` with your actual InfluxDB 3 token.
6358

6459
{{% /tab-content %}}
6560

content/shared/influxdb3-admin/tokens/admin/list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ data and resources in your InfluxDB 3 instance.
1212
> #### Required permissions
1313
>
1414
> Listing admin tokens requires a valid InfluxDB {{% token-link "admin" %}}{{% show-in "enterprise" %}} or a token with read access to the `_internal` system database{{% /show-in %}}.
15-
> For more information about providing a token, see [provide your token](/influxdb3/core/admin/tokens/#provide-your-token).
15+
> For more information about providing a token, see [provide your token](/influxdb3/version/admin/tokens/#provide-your-token).
1616
1717

1818
## List all tokens

0 commit comments

Comments
 (0)