Skip to content

Commit 8d33cf0

Browse files
authored
docs: update http[].match.exprs any -> all (#2270)
1 parent c3d6cc7 commit 8d33cf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/latest/references/apisix_route_v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The table below describes each of the attributes in the spec. The fields `apiVer
4949
| http[].match.hosts | array | List of hosts to match the Route with. The Route will be used if any one of the hosts is matched. |
5050
| http[].match.methods | array | List of HTTP methods (`GET`, `POST`, `PUT`, `DELETE`, `PATCH`, `HEAD`, `OPTIONS`, `CONNECT`, `TRACE`) to match the Route with. The Route will be used if any one of the methods is matched. |
5151
| http[].match.remoteAddrs | array | List of IP addresses (CIDR format) to match the Route with. The Route will be used if any one of the IP address is matched. |
52-
| http[].match.exprs | array | List of expressions to match the Route with. The Route will be used if any one of the expression is matched. |
52+
| http[].match.exprs | array | List of expressions to match the Route with. The Route will be used if all of the expressions are matched. |
5353
| http[].match.exprs[].subject | object | Subject for the expression. |
5454
| http[].match.exprs[].subject.scope | string | Scope of the subject. Can be one of `Header`, `Query`, `Cookie`, or `Path`. |
5555
| http[].match.exprs[].subject.name | string | Subject name. Can be empty when the scope is `Path`. |

0 commit comments

Comments
 (0)