Skip to content

Commit 9c9f2c6

Browse files
MeelahMejstirnaman
andauthored
Update content/shared/influxdb3-admin/last-value-cache/show.md
Co-authored-by: Jason Stirnaman <[email protected]>
1 parent 99715ce commit 9c9f2c6

File tree

1 file changed

+2
-3
lines changed
  • content/shared/influxdb3-admin/last-value-cache

1 file changed

+2
-3
lines changed

content/shared/influxdb3-admin/last-value-cache/show.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,8 @@ curl -X POST "https://localhost:8181/api/v3/query_sql" \
9393

9494
```bash
9595
curl -X POST "https://localhost:8181/api/v3/query_sql" \
96-
-H "Authorization: Bearer AUTH_TOKEN" \
97-
-H "Content-Type: application/json" \
98-
-d '{
96+
--header "Authorization: Bearer AUTH_TOKEN" \
97+
--json '{
9998
"db": "DATABASE_NAME",
10099
"q": "SELECT * FROM system.last_caches WHERE name = '\''CACHE_NAME'\''",
101100
"format": "json"

0 commit comments

Comments
 (0)