This is an automated email from the ASF dual-hosted git repository.
dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong-website.git
The following commit(s) were added to refs/heads/master by this push:
new ffac078495 [INLONG-829][Doc] Fix wrong must information in
admin_query_topic_info (#830)
ffac078495 is described below
commit ffac078495e712b326b7e2de4c241cb48463c493
Author: EpicMo <[email protected]>
AuthorDate: Mon Aug 14 11:01:30 2023 +0800
[INLONG-829][Doc] Fix wrong must information in admin_query_topic_info
(#830)
---
docs/modules/tubemq/http_access_api.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/modules/tubemq/http_access_api.md
b/docs/modules/tubemq/http_access_api.md
index 263ca9dba9..0b6f2b9fe4 100644
--- a/docs/modules/tubemq/http_access_api.md
+++ b/docs/modules/tubemq/http_access_api.md
@@ -305,9 +305,9 @@ __Request__
|name|must|description|type|
|---|---|---|---|
-|topicName|yes| the topic name|String|
+|topicName|no| the topic name|String|
|topicStatusId|no| the status of topic record, 0-normal record, 1-already soft
delete, 2-already hard delete, default 0|int|
-|brokerId|yes|the id of the broker, its default value is 0. If brokerId is not
zero, it ignores brokerIp field|String|
+|brokerId|no|the id of the broker, its default value is 0. If brokerId is not
zero, it ignores brokerIp field|String|
|deleteWhen|no|the default deleting time of the topic data. The format should
like cronjob form `0 0 6, 18 * * ?`|String|
|deletePolicy|no|the default policy for deleting, the default policy is
"delete, 168"|String|
|numPartitions|no|the default partition number of a default topic on the
broker. Default 3|Int|
@@ -320,8 +320,8 @@ __Request__
|brokerTLSPort|no|the port of TLS of the broker, it has no default value|Int|
|acceptPublish|no|whether the broker accept publish, default true|Boolean|
|acceptSubscribe|no|whether the broker accept subscribe, default true| Boolean|
-|createUser|yes|the creator|String|
-|modifyUser|yes|the modifier|String|
+|createUser|no|the creator|String|
+|modifyUser|no|the modifier|String|
#### 1.3.3 `admin_modify_topic_info`