Revolyssup commented on code in PR #9580:
URL: https://github.com/apache/apisix/pull/9580#discussion_r1264701437
##########
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:
It wasn't present present previously and was later added in the pull
request. I removed the later comment.
--
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]