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


##########
docs/en/latest/admin-api.md:
##########
@@ -1316,6 +1316,8 @@ Plugin resource request address: 
/apisix/admin/plugins/{plugin_name}
 | GET         | /apisix/admin/plugins?all=true&subsystem=stream| NULL | Gets 
properties of all Stream plugins.|
 | GET    | /apisix/admin/plugins?all=true&subsystem=http | NULL | Gets 
properties of all HTTP plugins. |
 | PUT    | /apisix/admin/plugins/reload       | NULL         | Reloads the 
plugin according to the changes made in code |
+| GET    | apisix/admin/plugins/{PLUGIN}?subsystem=stream | NULL | Checks if 
the `{PLUGIN}` is supported in Stream/L4 mode. |

Review Comment:
   ```
   | GET    | /apisix/admin/plugins?all=true&subsystem=http | NULL | Gets 
properties of all HTTP plugins. |
   ```
   
   Note the wording here is `Gets properties of`. Please make sure we're 
consistent (change either one of those).



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