moremind commented on code in PR #5622: URL: https://github.com/apache/shenyu/pull/5622#discussion_r1721648893
########## shenyu-admin/src/main/java/org/apache/shenyu/admin/controller/NamespacePluginController.java: ########## @@ -103,16 +103,16 @@ public ShenyuAdminResult queryAllPlugins(@PathVariable("namespaceId") * detail plugin of namespace. * * @param namespaceId namespace id. - * @param id id. + * @param pluginId pluginId. * @return {@linkplain ShenyuAdminResult} */ - @GetMapping("/id={id}&namespaceId={namespaceId}") + @GetMapping("/pluginId={pluginId}&namespaceId={namespaceId}") Review Comment: or pluginId -- 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: notifications-unsubscr...@shenyu.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org