Skip to content

Commit a4023ba

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

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
@@ -99,9 +99,8 @@ curl -X POST "https://localhost:8181/api/v3/query_sql" \
9999

100100
```bash
101101
curl -X POST "https://localhost:8181/api/v3/query_sql" \
102-
-H "Authorization: Bearer AUTH_TOKEN" \
103-
-H "Content-Type: application/json" \
104-
-d '{
102+
--header "Authorization: Bearer AUTH_TOKEN" \
103+
--json '{
105104
"db": "DATABASE_NAME",
106105
"q": "SELECT * FROM system.distinct_caches WHERE name = '\''CACHE_NAME'\''",
107106
"format": "json"

0 commit comments

Comments
 (0)