This is an automated email from the ASF dual-hosted git repository. kayx23 pushed a commit to branch docs/2-1-0-doc-refresh-v2-branch in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git
commit dd7c35303e700976f372e031b8650abf7d8ce3fb Author: kayx23 <[email protected]> AuthorDate: Tue Jun 2 11:40:42 2026 +0800 docs: keep examples page focused --- docs/en/latest/reference/example.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/en/latest/reference/example.md b/docs/en/latest/reference/example.md index 5d403d44..8229bdf4 100644 --- a/docs/en/latest/reference/example.md +++ b/docs/en/latest/reference/example.md @@ -784,18 +784,11 @@ spec: name: test op: Equal value: test_name - - subject: - scope: Body - name: action - op: Equal - value: login backends: - serviceName: httpbin servicePort: 80 ``` -When `scope` is `Body`, the `name` field accepts the request body field to match. For JSON payloads, nested fields can use dot notation such as `model.version`. - </TabItem> </Tabs>
