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 f01c984fb4b3 Docs sync done from apache/pulsar (#fad6761)
f01c984fb4b3 is described below

commit f01c984fb4b3ba912950f67d3b3b6745bafca29f
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Oct 4 01:38:19 2024 +0000

    Docs sync done from apache/pulsar (#fad6761)
---
 static/swagger/master/swagger.json    | 9 +++++++++
 static/swagger/master/v2/swagger.json | 9 +++++++++
 2 files changed, 18 insertions(+)

diff --git a/static/swagger/master/swagger.json 
b/static/swagger/master/swagger.json
index 5dde7b6330a6..1cc9a5c53781 100644
--- a/static/swagger/master/swagger.json
+++ b/static/swagger/master/swagger.json
@@ -5558,6 +5558,12 @@
                         "name": "topicVersion",
                         "required": false,
                         "type": "string"
+                    },
+                    {
+                        "in": "query",
+                        "name": "brokerId",
+                        "required": false,
+                        "type": "string"
                     }
                 ],
                 "produces": [
@@ -5567,6 +5573,9 @@
                     "200": {
                         "description": "Everything is OK"
                     },
+                    "307": {
+                        "description": "Current broker is not the target 
broker"
+                    },
                     "403": {
                         "description": "Don't have admin permission"
                     },
diff --git a/static/swagger/master/v2/swagger.json 
b/static/swagger/master/v2/swagger.json
index 5dde7b6330a6..1cc9a5c53781 100644
--- a/static/swagger/master/v2/swagger.json
+++ b/static/swagger/master/v2/swagger.json
@@ -5558,6 +5558,12 @@
                         "name": "topicVersion",
                         "required": false,
                         "type": "string"
+                    },
+                    {
+                        "in": "query",
+                        "name": "brokerId",
+                        "required": false,
+                        "type": "string"
                     }
                 ],
                 "produces": [
@@ -5567,6 +5573,9 @@
                     "200": {
                         "description": "Everything is OK"
                     },
+                    "307": {
+                        "description": "Current broker is not the target 
broker"
+                    },
                     "403": {
                         "description": "Don't have admin permission"
                     },

Reply via email to