Update content/shared/influxdb3-admin/last-value-cache/create.md

Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
pull/6277/head
Jameelah Mercer 2025-08-01 13:18:32 -07:00 committed by GitHub
parent f39af3f15a
commit 0f5056e239
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -82,7 +82,9 @@ influxdb3 create last_cache \
## Use the HTTP API
You can also create a Last Value Cache using the [InfluxDB v3 HTTP API](/influxdb3/version/api/v3/). Send a `POST` request to the `/api/v3/configure/last_cache` endpoint.
To use the HTTP API to create a Last Value Cache, send a `POST` request to the `/api/v3/configure/last_cache` endpoint.
{{% api-endpoint method="POST" endpoint="/api/v3/configure/last_cache" api-ref="/influxdb3/version/api/v3/#operation/PostConfigureLastCache" %}}
{{% code-placeholders "(DATABASE|TABLE|LVC)_NAME|AUTH_TOKEN|(KEY|VALUE)_COLUMNS|COUNT|TTL" %}}