tzssangglass commented on code in PR #7647:
URL: https://github.com/apache/apisix/pull/7647#discussion_r944137129


##########
docs/zh/latest/admin-api.md:
##########
@@ -29,6 +29,89 @@ Admin API 是为 Apache APISIX 服务的一组 API,我们可以将参数传递
 
 在下面出现的 `X-API-KEY` 指的是 `conf/config.yaml` 文件中的 `apisix.admin_key.key`,它是 Admin 
API 的访问 token。
 
+## V3
+
+Admin API 在 V3 版本中做了一些不向下兼容的调整,以及支持更多特性。
+
+### 响应体格式
+
+1. 移除响应体中的 `action` 字段;
+2. 调整获取资源列表时的响应体结构,新的响应体结构示例:
+
+```json
+{
+    "count":2,
+    "list":[
+        {
+            ...
+        },
+        {
+            ...
+        }
+    ]
+}
+```
+
+### 分页

Review Comment:
   done, and others are also.



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