kayx23 commented on code in PR #12224:
URL: https://github.com/apache/apisix/pull/12224#discussion_r2099434382
##########
docs/en/latest/admin-api.md:
##########
@@ -1684,9 +1690,12 @@ Proto resource request address: /apisix/admin/protos/{id}
### Request Body Parameters
-| Parameter | Required | Type | Description |
Example |
-|-----------|----------|---------|--------------------------------------|
----------------------------- |
-| content | True | String | content of `.proto` or `.pb` files | See
[here](./plugins/grpc-transcode.md#enabling-the-plugin) |
+| Parameter | Required | Type | Description |
Example |
+|-----------|----------|-----------|--------------------------------------|
----------------------------- |
+| content | True | String | content of `.proto` or `.pb` files |
See [here](./plugins/grpc-transcode.md#enabling-the-plugin) |
Review Comment:
```suggestion
| content | True | String | Content of `.proto` or `.pb` files |
See [here](./plugins/grpc-transcode.md#enabling-the-plugin) |
```
##########
docs/zh/latest/admin-api.md:
##########
@@ -1342,6 +1344,7 @@ Consumer Group 资源请求地址:/apisix/admin/consumer_groups/{id}
| 名称 | 必选项 | 类型 | 描述 | 示例值 |
|--------- |--------- |------|-----------------------------------------------
|------|
|plugins | 是 |Plugin| 插件配置。详细信息请参考 [Plugin](terminology/plugin.md)。 |
|
+|name | 否 | 辅助 | 消费者组名 | premium-tier
|
Review Comment:
```suggestion
|name | 否 | 辅助 | 消费者组名。 | premium-tier
|
```
##########
docs/zh/latest/admin-api.md:
##########
@@ -1500,6 +1503,9 @@ Plugin 资源请求地址:/apisix/admin/stream_routes/{id}
| 名称 | 必选项 | 类型 | 描述
| 示例值 |
| ---------------- | ------| -------- |
------------------------------------------------------------------------------|
------ |
+| name | 否 | 辅助 | Stream 路由名 | postgres-proxy
|
Review Comment:
```suggestion
| name | 否 | 辅助 | Stream 路由名。 | postgres-proxy
|
```
##########
docs/zh/latest/admin-api.md:
##########
@@ -1500,6 +1503,9 @@ Plugin 资源请求地址:/apisix/admin/stream_routes/{id}
| 名称 | 必选项 | 类型 | 描述
| 示例值 |
| ---------------- | ------| -------- |
------------------------------------------------------------------------------|
------ |
+| name | 否 | 辅助 | Stream 路由名 | postgres-proxy
|
+| desc | 否 | 辅助 | Stream 路由描述 | proxy endpoint for
postgresql |
Review Comment:
```suggestion
| desc | 否 | 辅助 | Stream 路由描述。 | proxy endpoint
for postgresql |
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]