File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/shared/influxdb3-sample-data Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -439,7 +439,7 @@ influxdb3 write \
439
439
{{% code-placeholders "AUTH_TOKEN|DATABASE_NAME" %}}
440
440
``` sh
441
441
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) "
443
443
```
444
444
{{% /code-placeholders %}}
445
445
@@ -550,7 +550,7 @@ influxdb3 write \
550
550
{{% code-placeholders "AUTH_TOKEN|DATABASE_NAME" %}}
551
551
``` sh
552
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) "
553
+ --data-binary " $( curl --request GET https://docs.influxdata.com/downloads/bitcoin.lp) "
554
554
```
555
555
{{% /code-placeholders %}}
556
556
You can’t perform that action at this time.
0 commit comments