Update content/shared/influxdb3-admin/distinct-value-cache/create.md
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>pull/6277/head
parent
9c9f2c6999
commit
c281a6e101
|
|
@ -95,9 +95,8 @@ curl -X POST "https://localhost:8181/api/v3/configure/distinct_cache" \
|
|||
|
||||
```bash
|
||||
curl -X POST "https://localhost:8181/api/v3/configure/distinct_cache" \
|
||||
-H "Authorization: Bearer 00xoXX0xXXx0000XxxxXx0Xx0xx0" \
|
||||
-H "Content-Type: application/json" \
|
||||
-d '{
|
||||
--header "Authorization: Bearer 00xoXX0xXXx0000XxxxXx0Xx0xx0" \
|
||||
--json '{
|
||||
"db": "example-db",
|
||||
"table": "wind_data",
|
||||
"name": "windDistinctCache",
|
||||
|
|
|
|||
Loading…
Reference in New Issue