From 9b66957fceee6cc1e984faeb28084392f46624c1 Mon Sep 17 00:00:00 2001 From: meelahme Date: Thu, 16 Oct 2025 10:14:28 -0700 Subject: [PATCH 1/4] docs(api): add parameter descriptions for cache DELETE endpoints [Core] --- api-docs/influxdb3/core/v3/ref.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/api-docs/influxdb3/core/v3/ref.yml b/api-docs/influxdb3/core/v3/ref.yml index 02c36e9a8..e8a189f96 100644 --- a/api-docs/influxdb3/core/v3/ref.yml +++ b/api-docs/influxdb3/core/v3/ref.yml @@ -1168,11 +1168,13 @@ paths: required: true schema: type: string + description: The name 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. @@ -1221,11 +1223,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. From 18a26b6a74c2782c14874d6cfa9e4879cf0842cf Mon Sep 17 00:00:00 2001 From: meelahme Date: Thu, 16 Oct 2025 10:22:42 -0700 Subject: [PATCH 2/4] 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. From 4b5c6a1fe7e818f2692026ba1f3dea5e6d5f1283 Mon Sep 17 00:00:00 2001 From: Jameelah Mercer <36314199+MeelahMe@users.noreply.github.com> Date: Thu, 16 Oct 2025 10:23:51 -0700 Subject: [PATCH 3/4] Update api-docs/influxdb3/enterprise/v3/ref.yml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- api-docs/influxdb3/enterprise/v3/ref.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-docs/influxdb3/enterprise/v3/ref.yml b/api-docs/influxdb3/enterprise/v3/ref.yml index cbf393816..7a1094d87 100644 --- a/api-docs/influxdb3/enterprise/v3/ref.yml +++ b/api-docs/influxdb3/enterprise/v3/ref.yml @@ -1239,7 +1239,7 @@ paths: required: true schema: type: string - descriptiion: Thename of the table containing the distinct cache. + description: The name of the table containing the distinct cache. - name: name in: query required: true From 8b402e4f32ad497ab267f88f668bf808187109bf Mon Sep 17 00:00:00 2001 From: Jameelah Mercer <36314199+MeelahMe@users.noreply.github.com> Date: Thu, 16 Oct 2025 10:23:58 -0700 Subject: [PATCH 4/4] Update api-docs/influxdb3/core/v3/ref.yml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- api-docs/influxdb3/core/v3/ref.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-docs/influxdb3/core/v3/ref.yml b/api-docs/influxdb3/core/v3/ref.yml index e8a189f96..3d21dff42 100644 --- a/api-docs/influxdb3/core/v3/ref.yml +++ b/api-docs/influxdb3/core/v3/ref.yml @@ -1168,7 +1168,7 @@ paths: required: true schema: type: string - description: The name of the table containing the distinct cache. + description: The name of the table containing the distinct cache. - name: name in: query required: true