update to core: NOAA and Bitcoin examples

pull/5836/head
meelahme 2025-02-18 12:02:28 -08:00
parent e7214164ea
commit aee653551a
1 changed files with 2 additions and 2 deletions

View File

@ -439,7 +439,7 @@ influxdb3 write \
{{% code-placeholders "AUTH_TOKEN|DATABASE_NAME" %}}
```sh
curl -v "http://localhost:8181/api/v3/write_lp?db=sensors&precision=auto&accept_partial=false" \
--data-raw "$(curl --request GET https://docs.influxdata.com/downloads/bay-area-weather.lp)"
--data-binary "$(curl --request GET https://docs.influxdata.com/downloads/bay-area-weather.lp)"
```
{{% /code-placeholders %}}
@ -550,7 +550,7 @@ influxdb3 write \
{{% code-placeholders "AUTH_TOKEN|DATABASE_NAME" %}}
```sh
curl -v "http://localhost:8181/api/v3/write_lp?db=sensors&precision=auto&accept_partial=false" \
--data-raw "$(curl --request GET https://docs.influxdata.com/downloads/bitcoin.lp)"
--data-binary "$(curl --request GET https://docs.influxdata.com/downloads/bitcoin.lp)"
```
{{% /code-placeholders %}}