kayx23 commented on code in PR #9050:
URL: https://github.com/apache/apisix/pull/9050#discussion_r1298264827


##########
docs/en/latest/admin-api.md:
##########
@@ -1312,6 +1312,9 @@ Plugin resource request address: 
/apisix/admin/plugins/{plugin_name}
 | ------ | ----------------------------------- | ------------ | 
---------------------------------------------- |
 | GET    | /apisix/admin/plugins/list          | NULL         | Fetches a list 
of all Plugins.                 |
 | GET    | /apisix/admin/plugins/{plugin_name} | NULL         | Fetches the 
specified Plugin by `plugin_name`. |
+| GET         | /apisix/admin/plugins?all=true      | NULL         | Get all 
properties of all plugins. |
+| GET         | /apisix/admin/plugins?all=true&subsystem=stream| NULL | Get 
properties of all Stream plugins.|

Review Comment:
   ```suggestion
   | GET         | /apisix/admin/plugins?all=true&subsystem=stream| NULL | Gets 
properties of all Stream plugins.|
   ```
   ...and the one above as well for consistency



-- 
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]

Reply via email to