You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ju...@apache.org on 2023/03/03 03:47:02 UTC

[apisix] branch release/3.1 updated: docs(admin-api.md): code block syntax (v3.1) (#9000)

This is an automated email from the ASF dual-hosted git repository.

juzhiyuan pushed a commit to branch release/3.1
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/release/3.1 by this push:
     new 5c8940fd4 docs(admin-api.md): code block syntax (v3.1) (#9000)
5c8940fd4 is described below

commit 5c8940fd41b731841b268690fb308cf1e4103344
Author: Young <is...@outlook.com>
AuthorDate: Fri Mar 3 11:46:54 2023 +0800

    docs(admin-api.md): code block syntax (v3.1) (#9000)
---
 docs/en/latest/admin-api.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/en/latest/admin-api.md b/docs/en/latest/admin-api.md
index 2abe98e41..f5df771b6 100644
--- a/docs/en/latest/admin-api.md
+++ b/docs/en/latest/admin-api.md
@@ -1282,6 +1282,7 @@ The Plugin ({plugin_name}) of the data structure.
 ```shell
 curl "http://127.0.0.1:9180/apisix/admin/plugins/list" \
 -H 'X-API-KEY: edd1c9f034335f136f87ad84b625c8f1'
+```
 
 ```shell
 ["zipkin","request-id",...]