Skip to content

Commit e1f92ea

Browse files
authored
Merge pull request #129 from sunmit9/master
Updates Extract-Query-Param.md
2 parents d65d67a + 3f69deb commit e1f92ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samplets/Extract-Variables/docs/Extract-Query-Param.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ A client calls an Edge proxy with this URL:
2525

2626
`http://myorg-test.apigee.net/extract-variables?code=DBNabc123`
2727

28-
You want to extract the variable value `abc123` into a flow variable called `queryinfo.id`.
28+
You want to extract the variable value `abc123` into a flow variable called `queryinfo.dbncode`.
2929

3030
This is a common use case, where the extracted value can be used in another policy elsewhere in the proxy flow.
3131

0 commit comments

Comments
 (0)