Skip to content

Commit 329d12c

Browse files
committed
Updates to no_sync example for HTTP
1 parent 716bedc commit 329d12c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

content/shared/v3-core-get-started/_index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -338,8 +338,7 @@ If you are using the HTTP API, here is an example of how to enable the `no_sync`
338338
339339
```sh
340340
curl -v "http://localhost:8181/api/v3/write_lp?db=sensors&precision=auto&no_sync=true" \
341-
--data-raw "home,room=Sunroom temp=96
342-
home,room=Sunroom temp=hi"
341+
--data-raw "home,room=Sunroom temp=96"
343342
```
344343
345344
If you are using the CLI, here is an example of how to enable the `no_sync` option:

0 commit comments

Comments
 (0)