Skip to content

Commit 057de12

Browse files
MeelahMejstirnaman
andauthored
Update content/shared/influxdb3-admin/distinct-value-cache/show.md
Co-authored-by: Jason Stirnaman <[email protected]>
1 parent 0384cad commit 057de12

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/show.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,8 @@ To use the HTTP API to query and output cache information from the system table,
8282

8383
```bash
8484
curl -X POST "https://localhost:8181/api/v3/query_sql" \
85-
-H "Authorization: Bearer AUTH_TOKEN" \
86-
-H "Content-Type: application/json" \
87-
-d '{
85+
--header "Authorization: Bearer AUTH_TOKEN" \
86+
--json '{
8887
"db": "DATABASE_NAME",
8988
"q": "SELECT * FROM system.distinct_caches",
9089
"format": "json"

0 commit comments

Comments
 (0)