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

urfree pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 38ca8e2457c Docs sync done from apache/pulsar (#75d58fd)
38ca8e2457c is described below

commit 38ca8e2457c3b154f2687e97c57a6c7f4f7e28e0
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Feb 4 01:43:42 2023 +0000

    Docs sync done from apache/pulsar (#75d58fd)
---
 static/reference/next/pulsar-admin/schemas.md | 2 +-
 static/swagger/master/swagger.json            | 5 ++++-
 static/swagger/master/v2/swagger.json         | 5 ++++-
 3 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/static/reference/next/pulsar-admin/schemas.md 
b/static/reference/next/pulsar-admin/schemas.md
index 7b00ebea0c3..152eeef9ada 100644
--- a/static/reference/next/pulsar-admin/schemas.md
+++ b/static/reference/next/pulsar-admin/schemas.md
@@ -29,7 +29,7 @@ $ pulsar-admin schemas get options
 
 ## <em>delete</em>
 
-Delete the latest schema for a topic
+Delete all versions schema of a topic
 
 **Command:**
 
diff --git a/static/swagger/master/swagger.json 
b/static/swagger/master/swagger.json
index 293f8361511..99b44a0aa99 100644
--- a/static/swagger/master/swagger.json
+++ b/static/swagger/master/swagger.json
@@ -7934,6 +7934,9 @@
                     "application/json"
                 ],
                 "responses": {
+                    "400": {
+                        "description": "Specified entry filters are not valid"
+                    },
                     "403": {
                         "description": "Don't have admin permission"
                     },
@@ -32462,7 +32465,7 @@
                         "description": "Internal Server Error"
                     }
                 },
-                "summary": "Delete the schema of a topic",
+                "summary": "Delete all versions schema of a topic",
                 "tags": [
                     "schemas"
                 ]
diff --git a/static/swagger/master/v2/swagger.json 
b/static/swagger/master/v2/swagger.json
index 293f8361511..99b44a0aa99 100644
--- a/static/swagger/master/v2/swagger.json
+++ b/static/swagger/master/v2/swagger.json
@@ -7934,6 +7934,9 @@
                     "application/json"
                 ],
                 "responses": {
+                    "400": {
+                        "description": "Specified entry filters are not valid"
+                    },
                     "403": {
                         "description": "Don't have admin permission"
                     },
@@ -32462,7 +32465,7 @@
                         "description": "Internal Server Error"
                     }
                 },
-                "summary": "Delete the schema of a topic",
+                "summary": "Delete all versions schema of a topic",
                 "tags": [
                     "schemas"
                 ]

Reply via email to