This is an automated email from the ASF dual-hosted git repository.
baoyuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git
The following commit(s) were added to refs/heads/master by this push:
new 1490d7aad docs: update admin api documentation for plugin metadata
list endpoint (#12621)
1490d7aad is described below
commit 1490d7aad2b349ccceb02565c41689daeb9e6c06
Author: TaeyeongKwak <[email protected]>
AuthorDate: Fri Sep 19 16:09:23 2025 +0900
docs: update admin api documentation for plugin metadata list endpoint
(#12621)
---
docs/en/latest/admin-api.md | 1 +
docs/zh/latest/admin-api.md | 1 +
2 files changed, 2 insertions(+)
diff --git a/docs/en/latest/admin-api.md b/docs/en/latest/admin-api.md
index f8841a61e..4caeb081c 100644
--- a/docs/en/latest/admin-api.md
+++ b/docs/en/latest/admin-api.md
@@ -1422,6 +1422,7 @@ Plugin Metadata resource request address:
/apisix/admin/plugin_metadata/{plugin_
| Method | Request URI | Request Body |
Description |
| ------ | ------------------------------------------- | ------------ |
--------------------------------------------------------------- |
+| GET | /apisix/admin/plugin_metadata | NULL |
Fetches a list of all Plugin metadata. |
| GET | /apisix/admin/plugin_metadata/{plugin_name} | NULL |
Fetches the metadata of the specified Plugin by `plugin_name`. |
| PUT | /apisix/admin/plugin_metadata/{plugin_name} | {...} |
Creates metadata for the Plugin specified by the `plugin_name`. |
| DELETE | /apisix/admin/plugin_metadata/{plugin_name} | NULL |
Removes metadata for the Plugin specified by the `plugin_name`. |
diff --git a/docs/zh/latest/admin-api.md b/docs/zh/latest/admin-api.md
index 5701f4686..da0f2bf74 100644
--- a/docs/zh/latest/admin-api.md
+++ b/docs/zh/latest/admin-api.md
@@ -1424,6 +1424,7 @@ Plugin Config
资源请求地址:/apisix/admin/plugin_metadata/{plugin_name}
| Method | 请求 URI | 请求 body | 描述
|
| ------ | ------------------------------------------- | --------- |
------------------------- |
+| GET | /apisix/admin/plugin_metadata | 无 |
获取所有插件元数据列表。 |
| GET | /apisix/admin/plugin_metadata/{plugin_name} | 无 | 获取资源。
|
| PUT | /apisix/admin/plugin_metadata/{plugin_name} | {...} | 根据
`plugin name` 创建资源。 |
| DELETE | /apisix/admin/plugin_metadata/{plugin_name} | 无 | 删除资源。
|