We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08ce060 commit 538f9e1Copy full SHA for 538f9e1
content/influxdb3/cloud-serverless/guides/api-compatibility/v1/_index.md
@@ -97,7 +97,7 @@ The following example shows how to use cURL with the `Basic` authentication sche
97
#######################################
98
99
curl "https://{{< influxdb/host >}}/query" \
100
- --user "":"API_TOKEN" \
+ --user ":API_TOKEN" \
101
--data-urlencode "db=DATABASE_NAME" \
102
--data-urlencode "rp=RETENTION_POLICY" \
103
--data-urlencode "q=SELECT * FROM MEASUREMENT"
0 commit comments