Skip to content

Commit a5c19e6

Browse files
MeelahMejstirnaman
andauthored
Update content/shared/influxdb3-admin/last-value-cache/create.md
Co-authored-by: Jason Stirnaman <[email protected]>
1 parent 419fda9 commit a5c19e6

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

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

109109
```bash
110110
curl -X POST "https://localhost:8181/api/v3/configure/last_cache" \
111-
-H "Authorization: Bearer 00xoXX0xXXx0000XxxxXx0Xx0xx0" \
112-
-H "Content-Type: application/json" \
113-
-d '{
111+
--header "Authorization: Bearer 00xoXX0xXXx0000XxxxXx0Xx0xx0" \
112+
--json '{
114113
"db": "example-db",
115114
"table": "home",
116115
"name": "homeLastCache",

0 commit comments

Comments
 (0)