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.