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 419fda9 commit a5c19e6Copy full SHA for a5c19e6
content/shared/influxdb3-admin/last-value-cache/create.md
@@ -108,9 +108,8 @@ curl -X POST "https://localhost:8181/api/v3/configure/last_cache" \
108
109
```bash
110
curl -X POST "https://localhost:8181/api/v3/configure/last_cache" \
111
- -H "Authorization: Bearer 00xoXX0xXXx0000XxxxXx0Xx0xx0" \
112
- -H "Content-Type: application/json" \
113
- -d '{
+ --header "Authorization: Bearer 00xoXX0xXXx0000XxxxXx0Xx0xx0" \
+ --json '{
114
"db": "example-db",
115
"table": "home",
116
"name": "homeLastCache",
0 commit comments