Skip to content

Commit 5419f10

Browse files
committed
fix(docs): close code-placeholders shortcode in LVC delete guide
1 parent faa973a commit 5419f10

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,4 +169,4 @@ The cache imports the distinct values from the table and starts caching them.
169169
>
170170
> The LVC is stored in memory, so it's important to consider the size and persistence
171171
> of the cache. For more information, see
172-
> [Important things to know about the Last Value Cache](/influxdb3/version/admin/last-value-cache/#important-things-to-know-about-the-last-value-cache)
172+
> [Important things to know about the Last Value Cache.](/influxdb3/version/admin/last-value-cache/#important-things-to-know-about-the-last-value-cache)

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,11 @@ influxdb3 delete last_cache \
2828
You can also delete a Last Value Cache using the [InfluxDB v3 HTTP API](/influxdb3/version/api/v3/). Send a `DELETE` request to the `/api/v3/configure/last_cache` endpoint with query parameters.
2929

3030
{{% code-placeholders "(DATABASE|TABLE|LVC)_NAME|AUTH_TOKEN" %}}
31-
3231
```bash
3332
curl -X DELETE "https://localhost:8181/api/v3/configure/last_cache?db=DATABASE_NAME&table=TABLE_NAME&name=LVC_NAME" \
3433
-H "Authorization: Bearer AUTH_TOKEN"
34+
```
35+
{{% /code-placeholders %}}
3536

3637
## Example
3738

0 commit comments

Comments
 (0)