diff --git a/docs/en/latest/references/apisix_route_v2.md b/docs/en/latest/references/apisix_route_v2.md index 5ea3cd5039..27910083a1 100644 --- a/docs/en/latest/references/apisix_route_v2.md +++ b/docs/en/latest/references/apisix_route_v2.md @@ -72,6 +72,9 @@ The table below describes each of the attributes in the spec. The fields `apiVer | http[].authentication.type | string | Type of authentication. Set to one of `basicAuth` or `keyAuth`. | | http[].authentication.keyAuth | object | Unique key for a [Consumer](https://apisix.apache.org/docs/apisix/terminology/consumer/). | | http[].authentication.keyAuth.header | string | Header to get the key from. | +| http[].upstreams | array | List of `ApisixUpstream` resources. | +| http[].upstreams[].name | string | Name of the `ApisixUpstream` resource. | +| http[].upstreams[].weight | integer | Weight with which to split traffic to the upstream. | | stream | array | Stream route rules. Contains TCP or UDP rules. | | stream[].protocol | string (required) | The protocol of rule. Support `TCP` or `UDP` | | stream[].name | string (required) | Name of the rule. |