You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by sp...@apache.org on 2020/12/03 00:50:53 UTC

[apisix] branch master updated: docs: add missing consumer username in English version (#2894)

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

spacewander 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 0eca472  docs: add missing consumer username in English version (#2894)
0eca472 is described below

commit 0eca472d9c2b145489ea89e59ddc606855e354f4
Author: 罗泽轩 <sp...@gmail.com>
AuthorDate: Thu Dec 3 08:50:41 2020 +0800

    docs: add missing consumer username in English version (#2894)
---
 doc/admin-api.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/doc/admin-api.md b/doc/admin-api.md
index ba23f7e..4b113c4 100644
--- a/doc/admin-api.md
+++ b/doc/admin-api.md
@@ -457,6 +457,7 @@ Example:
 ```shell
 $ curl http://127.0.0.1:9080/apisix/admin/consumers  -H 'X-API-KEY: edd1c9f034335f136f87ad84b625c8f1' -X PUT -i -d '
 {
+    "username": "jack",
     "plugins": {
         "key-auth": {
             "key": "auth-one"