Skip to content

Commit d7c75dc

Browse files
Update content/shared/influxdb3-admin/tokens/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
1 parent 8101629 commit d7c75dc

File tree

1 file changed

+2
-2
lines changed
  • content/shared/influxdb3-admin/tokens

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ curl "http://{{< influxdb/host >}}/api/v3/query_sql" \
6868

6969
InfluxDB 3 provides compatibility with InfluxDB v1 and v2 APIs, allowing you to use the same authentication methods as in those versions.
7070
With InfluxDB v1-compatible endpoints in InfluxDB 3, you can use database tokens in InfluxDB 1.x username and password
71-
schemes, in the InfluxDB v2 `Authorization: Token` scheme, or in the OAuth `Authorization: Bearer` scheme.
72-
With the InfluxDB v2-compatible `/api/v2/write` endpoint, you can use database tokens in the InfluxDB v2 `Authorization: Token` scheme or in the OAuth `Authorization: Bearer` scheme.
71+
scheme.
72+
With the InfluxDB v2-compatible `/api/v2/write` endpoint, you can use tokens in the InfluxDB v2 `Authorization: Token` scheme or in the OAuth `Authorization: Bearer` scheme.
7373

7474
The following examples show how to authenticate with the InfluxDB v1-compatible and v2-compatible APIs
7575
in InfluxDB 3:

0 commit comments

Comments
 (0)