Skip to content

Commit 99715ce

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

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
@@ -77,9 +77,8 @@ You can query cache information using the [InfluxDB v3 SQL query API](/influxdb3
7777

7878
```bash
7979
curl -X POST "https://localhost:8181/api/v3/query_sql" \
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
"q": "SELECT * FROM system.last_caches",
8584
"format": "json"

0 commit comments

Comments
 (0)