Skip to content

Commit a5b8c44

Browse files
MeelahMejstirnaman
andauthored
Update content/shared/v3-core-get-started/_index.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
1 parent 0fc05b6 commit a5b8c44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ The `no_sync` parameter controls when writes are acknowledged--for example:
342342
343343
344344
```sh
345-
curl -v "http://localhost:8181/api/v3/write_lp?db=sensors&precision=auto&no_sync=true" \
345+
curl "http://localhost:8181/api/v3/write_lp?db=sensors&precision=auto&no_sync=true" \
346346
--data-raw "home,room=Sunroom temp=96"
347347
```
348348

0 commit comments

Comments
 (0)