Skip to content

Commit 0f5056e

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

File tree

1 file changed

+3
-1
lines changed
  • content/shared/influxdb3-admin/last-value-cache

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,9 @@ influxdb3 create last_cache \
8282

8383
## Use the HTTP API
8484

85-
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.
85+
To use the HTTP API to create a Last Value Cache, send a `POST` request to the `/api/v3/configure/last_cache` endpoint.
86+
87+
{{% api-endpoint method="POST" endpoint="/api/v3/configure/last_cache" api-ref="/influxdb3/version/api/v3/#operation/PostConfigureLastCache" %}}
8688

8789
{{% code-placeholders "(DATABASE|TABLE|LVC)_NAME|AUTH_TOKEN|(KEY|VALUE)_COLUMNS|COUNT|TTL" %}}
8890

0 commit comments

Comments
 (0)