Skip to content

Commit 866ee9b

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

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
@@ -77,9 +77,8 @@ You can also create a Distinct Value Cache using the [InfluxDB v3 HTTP API](/inf
7777

7878
```bash
7979
curl -X POST "https://localhost:8181/api/v3/configure/distinct_cache" \
80-
-H "Authorization: Bearer AUTH_TOKEN" \
81-
-H "Content-Type: application/json" \
82-
-d '{
80+
--header "Authorization: Bearer AUTH_TOKEN" \
81+
--json '{
8382
"db": "DATABASE_NAME",
8483
"table": "TABLE_NAME",
8584
"name": "DVC_NAME",

0 commit comments

Comments
 (0)