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

traky 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 060372674 docs: correct the `status_on_error` data type in the zh 
`forward-auth` plugin doc (#11470)
060372674 is described below

commit 06037267470af3a7230757cbece543dc21551264
Author: Ajay Singh <[email protected]>
AuthorDate: Mon Aug 5 09:19:35 2024 +0530

    docs: correct the `status_on_error` data type in the zh `forward-auth` 
plugin doc (#11470)
---
 docs/zh/latest/plugins/forward-auth.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/zh/latest/plugins/forward-auth.md 
b/docs/zh/latest/plugins/forward-auth.md
index c5aa64241..a030a6f8f 100644
--- a/docs/zh/latest/plugins/forward-auth.md
+++ b/docs/zh/latest/plugins/forward-auth.md
@@ -48,7 +48,7 @@ description: 本文介绍了关于 Apache APISIX `forward-auth` 插件的基本
 | keepalive_timeout | integer       | 否    | 60000ms | [1000, ...]ms  | 
长连接超时时间。                                                                        
                              |
 | keepalive_pool    | integer       | 否    | 5       | [1, ...]ms     | 
长连接池大小。                                                                         
                               |
 | allow_degradation | boolean       | 否    | false   |                | 当设置为 
`true` 时,允许在身份验证服务器不可用时跳过身份验证。 |
-| status_on_error   | boolean       | 否    | 403     | [200,...,599]   | 
设置授权服务出现网络错误时返回给客户端的 HTTP 状态。默认状态为“403”。 |
+| status_on_error   | integer       | 否    | 403     | [200,...,599]   | 
设置授权服务出现网络错误时返回给客户端的 HTTP 状态。默认状态为“403”。 |
 
 ## 数据定义
 

Reply via email to