monkeyDluffy6017 commented on code in PR #9580:
URL: https://github.com/apache/apisix/pull/9580#discussion_r1263563789
##########
docs/en/latest/admin-api.md:
##########
@@ -1318,6 +1318,14 @@ Plugin resource request address:
/apisix/admin/plugins/{plugin_name}
The Plugin ({plugin_name}) of the data structure.
+### Request Arguments
+
+| Name | Description | Default |
+| --------- | ----------------------------- | ------- |
+| subsystem | The subsystem of the Plugins. | http |
+
+The plugin can be filtered on subsystem so that the ({plugin_name}) is
searched in the subsystem passed through query params. Note that this query
parameter is not available on `/apisix/admin/plugins/list`
Review Comment:
this query parameter is not available on `/apisix/admin/plugins/list`?
I think it's supported on `/apisix/admin/plugins/list`?
##########
docs/en/latest/admin-api.md:
##########
@@ -1318,6 +1318,14 @@ Plugin resource request address:
/apisix/admin/plugins/{plugin_name}
The Plugin ({plugin_name}) of the data structure.
+### Request Arguments
+
+| Name | Description | Default |
+| --------- | ----------------------------- | ------- |
+| subsystem | The subsystem of the Plugins. | http |
+
+The plugin can be filtered on subsystem so that the ({plugin_name}) is
searched in the subsystem passed through query params. Note that this query
parameter is not available on `/apisix/admin/plugins/list`
Review Comment:
I think it's supported on `/apisix/admin/plugins/list`?
--
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]