We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c281a6e commit a4023baCopy full SHA for a4023ba
content/shared/influxdb3-admin/distinct-value-cache/show.md
@@ -99,9 +99,8 @@ curl -X POST "https://localhost:8181/api/v3/query_sql" \
99
100
```bash
101
curl -X POST "https://localhost:8181/api/v3/query_sql" \
102
- -H "Authorization: Bearer AUTH_TOKEN" \
103
- -H "Content-Type: application/json" \
104
- -d '{
+ --header "Authorization: Bearer AUTH_TOKEN" \
+ --json '{
105
"db": "DATABASE_NAME",
106
"q": "SELECT * FROM system.distinct_caches WHERE name = '\''CACHE_NAME'\''",
107
"format": "json"
0 commit comments