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 2020/11/29 14:41:40 UTC

[GitHub] [apisix] spacewander commented on a change in pull request #2886: feat: provide the ability to view plug-in types

spacewander commented on a change in pull request #2886:
URL: https://github.com/apache/apisix/pull/2886#discussion_r532218999



##########
File path: doc/zh-cn/admin-api.md
##########
@@ -723,3 +723,15 @@ Content-Type: text/plain
 ```
 
 [Back to TOC](#目录)
+
+*地址*:/apisix/admin/plugins/meta_attributes
+
+*说明*: 插件元属性,包括插件的 `name`, `priority`, `priority`, `schema`, `consumer_schema` and `version`。
+
+> 请求方法:
+
+|Method   |请求 URI|请求 body|说明        |
+|---------|-------------------------|--|------|
+|GET      |/apisix/admin/plugins/meta_attributes/{plugin_name}|无|获取资源|

Review comment:
       Why not `/apisix/admin/plugins/{plugin_name}`? We don't need `meta_attributes` since we return everything from the plugin.




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

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