Skip to content

Commit aee6535

Browse files
committed
update to core: NOAA and Bitcoin examples
1 parent e721416 commit aee6535

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/shared/influxdb3-sample-data/sample-data.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ influxdb3 write \
439439
{{% code-placeholders "AUTH_TOKEN|DATABASE_NAME" %}}
440440
```sh
441441
curl -v "http://localhost:8181/api/v3/write_lp?db=sensors&precision=auto&accept_partial=false" \
442-
--data-raw "$(curl --request GET https://docs.influxdata.com/downloads/bay-area-weather.lp)"
442+
--data-binary "$(curl --request GET https://docs.influxdata.com/downloads/bay-area-weather.lp)"
443443
```
444444
{{% /code-placeholders %}}
445445

@@ -550,7 +550,7 @@ influxdb3 write \
550550
{{% code-placeholders "AUTH_TOKEN|DATABASE_NAME" %}}
551551
```sh
552552
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)"
553+
--data-binary "$(curl --request GET https://docs.influxdata.com/downloads/bitcoin.lp)"
554554
```
555555
{{% /code-placeholders %}}
556556

0 commit comments

Comments
 (0)