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

commit 1461bafd7f8b0ca61194198b7740f278ed967eeb
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jan 27 01:36:43 2023 +0000

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

diff --git a/static/swagger/master/swagger.json 
b/static/swagger/master/swagger.json
index a56aef745ff..d995c72dcc7 100644
--- a/static/swagger/master/swagger.json
+++ b/static/swagger/master/swagger.json
@@ -3915,8 +3915,10 @@
             "type": "object"
         },
         "TenantInfo": {
+            "description": "Information of adminRoles and allowedClusters for 
tenant",
             "properties": {
                 "adminRoles": {
+                    "description": "Comma separated list of auth principal 
allowed to administrate the tenant.",
                     "items": {
                         "type": "string"
                     },
@@ -3924,6 +3926,7 @@
                     "uniqueItems": true
                 },
                 "allowedClusters": {
+                    "description": "Comma separated allowed clusters.",
                     "items": {
                         "type": "string"
                     },
diff --git a/static/swagger/master/v2/swagger.json 
b/static/swagger/master/v2/swagger.json
index a56aef745ff..d995c72dcc7 100644
--- a/static/swagger/master/v2/swagger.json
+++ b/static/swagger/master/v2/swagger.json
@@ -3915,8 +3915,10 @@
             "type": "object"
         },
         "TenantInfo": {
+            "description": "Information of adminRoles and allowedClusters for 
tenant",
             "properties": {
                 "adminRoles": {
+                    "description": "Comma separated list of auth principal 
allowed to administrate the tenant.",
                     "items": {
                         "type": "string"
                     },
@@ -3924,6 +3926,7 @@
                     "uniqueItems": true
                 },
                 "allowedClusters": {
+                    "description": "Comma separated allowed clusters.",
                     "items": {
                         "type": "string"
                     },

Reply via email to