Skip to content

Commit 92325fd

Browse files
AlinsRanCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent a32cacf commit 92325fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/crd/bases/apisix.apache.org_apisixroutes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ spec:
217217
Supported values: `Header`, `Query`, `Path`, `Cookie`, `Variable`, `Body`.
218218
When Scope is `Path`, Name will be ignored.
219219
When Scope is `Body`, Name supports dot-notation JSON path (e.g., "model.version",
220-
"messages[*].role") and maps to APISIX's `post_arg.{name}` variable, which works with
220+
"messages[*].role") and maps to APISIX's `post_arg.<name>` variable, which works with
221221
application/json, application/x-www-form-urlencoded, and multipart/form-data.
222222
enum:
223223
- Header

0 commit comments

Comments
 (0)