From c87b860126475e79b23fce50ad5c11b13d07ea5b Mon Sep 17 00:00:00 2001 From: Jason Stirnaman Date: Fri, 23 May 2025 16:21:22 -0500 Subject: [PATCH] Update content/shared/influxdb-v2/query-data/execute-queries/influx-api.md --- .../shared/influxdb-v2/query-data/execute-queries/influx-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/shared/influxdb-v2/query-data/execute-queries/influx-api.md b/content/shared/influxdb-v2/query-data/execute-queries/influx-api.md index fc399addc..5e8c65be1 100644 --- a/content/shared/influxdb-v2/query-data/execute-queries/influx-api.md +++ b/content/shared/influxdb-v2/query-data/execute-queries/influx-api.md @@ -188,6 +188,6 @@ curl --get "http://{{< influxdb/host >}}/query" \ Replace the following with your values: - {{% code-placeholder-key %}}`API_TOKEN`{{% /code-placeholder-key %}} - your [token](/influxdb/version/admin/tokens/). -- {{% code-placeholder-key %}}`BUCKET_NAME`{{% /code-placeholder-key %}} - the name of the [bucket](/influxdb/version/admin/buckets/) to create. +- {{% code-placeholder-key %}}`BUCKET_NAME`{{% /code-placeholder-key %}} - the name of the [bucket](/influxdb/version/admin/buckets/) to query. InfluxDB returns the query results in [annotated CSV](/influxdb/version/reference/syntax/annotated-csv/).