From 18a26b6a74c2782c14874d6cfa9e4879cf0842cf Mon Sep 17 00:00:00 2001 From: meelahme Date: Thu, 16 Oct 2025 10:22:42 -0700 Subject: [PATCH] docs(api): add parameter descriptions for cache DELETE endpoints [Enterprise] --- api-docs/influxdb3/enterprise/v3/ref.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/api-docs/influxdb3/enterprise/v3/ref.yml b/api-docs/influxdb3/enterprise/v3/ref.yml index 4d2cfad0c..cbf393816 100644 --- a/api-docs/influxdb3/enterprise/v3/ref.yml +++ b/api-docs/influxdb3/enterprise/v3/ref.yml @@ -1239,11 +1239,13 @@ paths: required: true schema: type: string + descriptiion: Thename of the table containing the distinct cache. - name: name in: query required: true schema: type: string + description: The name of the distinct cache to delete. responses: '200': description: Success. The distinct cache has been deleted. @@ -1292,11 +1294,13 @@ paths: required: true schema: type: string + description: The name of the table containing the last cache. - name: name in: query required: true schema: type: string + description: The name of the last cache to delete. responses: '200': description: Success. The last cache has been deleted.