Skip to content

Commit 538f9e1

Browse files
committed
fix(serverless): curl -u syntax
1 parent 08ce060 commit 538f9e1

File tree

1 file changed

+1
-1
lines changed
  • content/influxdb3/cloud-serverless/guides/api-compatibility/v1

1 file changed

+1
-1
lines changed

content/influxdb3/cloud-serverless/guides/api-compatibility/v1/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ The following example shows how to use cURL with the `Basic` authentication sche
9797
#######################################
9898

9999
curl "https://{{< influxdb/host >}}/query" \
100-
--user "":"API_TOKEN" \
100+
--user ":API_TOKEN" \
101101
--data-urlencode "db=DATABASE_NAME" \
102102
--data-urlencode "rp=RETENTION_POLICY" \
103103
--data-urlencode "q=SELECT * FROM MEASUREMENT"

0 commit comments

Comments
 (0)