Skip to content

Commit 419fda9

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

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
@@ -90,9 +90,8 @@ To use the HTTP API to create a Last Value Cache, send a `POST` request to the `
9090

9191
```bash
9292
curl -X POST "https://localhost:8181/api/v3/configure/last_cache" \
93-
-H "Authorization: Bearer AUTH_TOKEN" \
94-
-H "Content-Type: application/json" \
95-
-d '{
93+
--header "Authorization: Bearer AUTH_TOKEN" \
94+
--json '{
9695
"db": "DATABASE_NAME",
9796
"table": "TABLE_NAME",
9897
"name": "LVC_NAME",

0 commit comments

Comments
 (0)