This is an automated email from the ASF dual-hosted git repository.

lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon.git


The following commit(s) were added to refs/heads/master by this push:
     new 18b131993f [doc] fix listViewsPagedGlobally doc (#5626)
18b131993f is described below

commit 18b131993f35d2812ac090c8e7556b8efd75eff5
Author: XiaoHongbo <[email protected]>
AuthorDate: Mon May 19 17:50:36 2025 +0800

    [doc] fix listViewsPagedGlobally doc (#5626)
---
 docs/static/rest-catalog-open-api.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/static/rest-catalog-open-api.yaml 
b/docs/static/rest-catalog-open-api.yaml
index acb7d57f2a..3cab0939c6 100644
--- a/docs/static/rest-catalog-open-api.yaml
+++ b/docs/static/rest-catalog-open-api.yaml
@@ -1098,10 +1098,10 @@ paths:
           $ref: '#/components/responses/DatabaseNotExistErrorResponse'
         "500":
           $ref: '#/components/responses/ServerErrorResponse'
-  /v1/{prefix}/view-summaries:
+  /v1/{prefix}/views:
     get:
       tags:
-        - table
+        - view
       summary: List views globally
       operationId: listViewsGlobally
       description: List views globally which matches the given database name 
pattern and view name pattern both.

Reply via email to