kayx23 commented on code in PR #9050:
URL: https://github.com/apache/apisix/pull/9050#discussion_r1300803435
##########
docs/zh/latest/admin-api.md:
##########
@@ -1326,6 +1326,7 @@ Plugin 资源请求地址:/apisix/admin/plugins/{plugin_name}
| GET | /apisix/admin/plugins/{plugin_name} | 无 | 获取资源。 |
| GET | /apisix/admin/plugins?all=true | 无 | 获取所有插件的所有属性。
|
| GET | /apisix/admin/plugins?all=true&subsystem=stream| 无 | 获取所有
Stream 插件的属性。|
Review Comment:
```suggestion
| GET | /apisix/admin/plugins?all=true&subsystem=stream| 无 | 获取所有
Stream 插件的属性。|
| GET | /apisix/admin/plugins?all=true&subsystem=http| 无 | 获取所有 HTTP
插件的属性。|
```
##########
docs/zh/latest/admin-api.md:
##########
@@ -1326,6 +1326,7 @@ Plugin 资源请求地址:/apisix/admin/plugins/{plugin_name}
| GET | /apisix/admin/plugins/{plugin_name} | 无 | 获取资源。 |
| GET | /apisix/admin/plugins?all=true | 无 | 获取所有插件的所有属性。
|
| GET | /apisix/admin/plugins?all=true&subsystem=stream| 无 | 获取所有
Stream 插件的属性。|
Review Comment:
```suggestion
| GET | /apisix/admin/plugins?all=true&subsystem=stream| 无 | 获取所有
Stream 插件的属性。|
| GET | /apisix/admin/plugins?all=true&subsystem=http| 无 | 获取所有 HTTP
插件的属性。|
```
--
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]