This is an automated email from the ASF dual-hosted git repository. nic-6443 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 f519a0f04 docs(admin-api): correct the retry_timeout type to Number
(#13860)
f519a0f04 is described below
commit f519a0f04ccfd4c13b5d06caf34bcde8c8593980
Author: Nic <[email protected]>
AuthorDate: Thu Aug 20 18:17:33 2026 +0800
docs(admin-api): correct the retry_timeout type to Number (#13860)
---
docs/en/latest/admin-api.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/en/latest/admin-api.md b/docs/en/latest/admin-api.md
index 31496f1aa..389b1b0a9 100644
--- a/docs/en/latest/admin-api.md
+++ b/docs/en/latest/admin-api.md
@@ -1008,7 +1008,7 @@ In addition to the equalization algorithm selections,
Upstream also supports pas
| key | False
| Match Rules | Only valid if the `type` is
`chash`. Finds the corresponding node `id` according to `hash_on` and `key`
values. When `hash_on` is set to `vars`, `key` is a required parameter and it
supports [Nginx variables](http://nginx.org/en/docs/varindex.html). When
`hash_on` is set as `header`, `key` is a required parameter, and `header name`
can be customized. When `ha [...]
| checks | False
| Health Checker | Configures the parameters
for the [health check](./tutorials/health-check.md).
[...]
| retries | False
| Integer | Sets the number of retries
while passing the request to Upstream using the underlying Nginx mechanism. Set
according to the number of available backend nodes by default. Setting this to
`0` disables retry.
[...]
-| retry_timeout | False
| Integer | Timeout to continue with
retries. Setting this to `0` disables the retry timeout.
[...]
+| retry_timeout | False
| Number | Timeout to continue with
retries. Setting this to `0` disables the retry timeout.
[...]
| timeout | False
| Timeout | Sets the timeout (in
seconds) for connecting to, and sending and receiving messages to and from the
Upstream.
[...]
| name | False
| Auxiliary | Identifier for the
Upstream.
[...]
| desc | False
| Auxiliary | Description of usage
scenarios.
[...]
