@@ -412,7 +412,7 @@ series use cases that involve seasonality.
412
412
413
413
#### Write the NOAA Bay Area weather data to InfluxDB
414
414
415
- Use the ` influxdb3 ` CLI, InfluxDb v3 API, InfluxDB v2 API, or InfluxDB v1 API to write the
415
+ Use the ` influxdb3 ` CLI, InfluxDB v3 API, InfluxDB v2 API, or InfluxDB v1 API to write the
416
416
NOAA Bay Area weather sample data to {{< product-name >}}.
417
417
418
418
{{< code-tabs-wrapper >}}
@@ -523,12 +523,13 @@ The Bitcoin price sample dataset provides Bitcoin prices from
523
523
524
524
#### Write the Bitcoin price sample data to InfluxDB
525
525
526
- Use the ` influxdb3 ` CLI, InfluxDB v2 API, or InfluxDB v1 API to write the
526
+ Use the ` influxdb3 ` CLI, InfluxDB v3 API, InfluxDB v2 API, or InfluxDB v1 API to write the
527
527
Bitcoin price sample data to {{< product-name >}}.
528
528
529
529
{{< code-tabs-wrapper >}}
530
530
{{% code-tabs %}}
531
531
[ influxdb3] ( # )
532
+ [ v3 API] ( # )
532
533
[ v2 API] ( # )
533
534
[ v1 API] ( # )
534
535
{{% /code-tabs %}}
@@ -543,6 +544,16 @@ influxdb3 write \
543
544
```
544
545
{{% /code-placeholders %}}
545
546
547
+ {{% /code-tabs %}}
548
+ {{% code-tab-content %}}
549
+
550
+ {{% code-placeholders "AUTH_TOKEN|DATABASE_NAME" %}}
551
+ ``` sh
552
+ curl -v " http://localhost:8181/api/v3/write_lp?db=sensors&precision=auto&accept_partial=false" \
553
+ --data-raw " $( curl --request GET https://docs.influxdata.com/downloads/bitcoin.lp) "
554
+ ```
555
+ {{% /code-placeholders %}}
556
+
546
557
{{% /code-tab-content %}}
547
558
{{% code-tab-content %}}
548
559
0 commit comments