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

membphis pushed a commit to branch membphis/patch-1
in repository https://gitbox.apache.org/repos/asf/apisix.git

commit 964f34d18c089f7f6e6904a559215660a8056234
Author: YuanSheng Wang <membp...@gmail.com>
AuthorDate: Tue Jan 19 14:50:36 2021 +0800

    doc: delete the `http` part to avoid ambiguity
---
 doc/admin-api.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/admin-api.md b/doc/admin-api.md
index fe68321..b2e6681 100644
--- a/doc/admin-api.md
+++ b/doc/admin-api.md
@@ -73,7 +73,7 @@
 |upstream |False |Upstream|Enabled Upstream configuration, see 
[Upstream](architecture-design.md#upstream) for more||
 |upstream_id|False |Upstream|Enabled upstream id, see 
[Upstream](architecture-design.md#upstream) for more ||
 |service_id|False |Service|Binded Service configuration, see 
[Service](architecture-design.md#service) for more ||
-|service_protocol|False|Upstream protocol type|only `grpc` and `http` are 
supported|`http` is the default value; Must set `grpc` if using `gRPC proxy` or 
`gRPC transcode`|
+|service_protocol|False|Upstream protocol type|only `grpc`|Must set `grpc` if 
using `gRPC proxy` or `gRPC transcode`. |
 |labels   |False |Match Rules|Key/value pairs to specify 
attributes|{"version":"v2","build":"16","env":"production"}|
 |enable_websocket|False|Auxiliary| enable `websocket`(boolean), default 
`false`.||
 |status          |False|Auxiliary| enable this route, default `1`.|`1` to 
enable, `0` to disable|

Reply via email to