You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/09/01 16:49:34 UTC

[GitHub] [apisix] liuxiran commented on a change in pull request #4947: feat(admin): return stream plugin info

liuxiran commented on a change in pull request #4947:
URL: https://github.com/apache/apisix/pull/4947#discussion_r700393218



##########
File path: docs/zh/latest/admin-api.md
##########
@@ -927,6 +927,7 @@ Content-Type: text/plain
 | ----------- | ----------------------------------- | ---------- | ------------- |
 | GET         | /apisix/admin/plugins/list          | 无         | 获取资源列表  |
 | GET         | /apisix/admin/plugins/{plugin_name} | 无         | 获取资源      |
+| GET         | /apisix/admin/plugins?all=true      | 无         | 获取所有插件的所有属性|

Review comment:
       I noticed that we do not have `/apisix/admin/plugins/list ` and `/apisix/admin/plugins/{plugin_name} ` in our en docs, and it seems that we don't have this two APIs, so do we need to remove them?




-- 
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-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org