Skip to content

Commit c281a6e

Browse files
MeelahMejstirnaman
andauthored
Update content/shared/influxdb3-admin/distinct-value-cache/create.md
Co-authored-by: Jason Stirnaman <[email protected]>
1 parent 9c9f2c6 commit c281a6e

File tree

1 file changed

+2
-3
lines changed
  • content/shared/influxdb3-admin/distinct-value-cache

1 file changed

+2
-3
lines changed

content/shared/influxdb3-admin/distinct-value-cache/create.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,8 @@ curl -X POST "https://localhost:8181/api/v3/configure/distinct_cache" \
9595

9696
```bash
9797
curl -X POST "https://localhost:8181/api/v3/configure/distinct_cache" \
98-
-H "Authorization: Bearer 00xoXX0xXXx0000XxxxXx0Xx0xx0" \
99-
-H "Content-Type: application/json" \
100-
-d '{
98+
--header "Authorization: Bearer 00xoXX0xXXx0000XxxxXx0Xx0xx0" \
99+
--json '{
101100
"db": "example-db",
102101
"table": "wind_data",
103102
"name": "windDistinctCache",

0 commit comments

Comments
 (0)