We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0a7e283 + 9e226f1 commit 977003aCopy full SHA for 977003a
articles/api-management/api-management-transformation-policies.md
@@ -537,17 +537,12 @@ OriginalUrl.
537
</set-query-parameter>
538
```
539
540
-### Examples
541
-
542
#### Example
543
544
```xml
545
546
-<set-query-parameter>
547
- <parameter name="api-key" exists-action="skip">
548
- <value>12345678901</value>
549
- </parameter>
550
- <!-- for multiple parameters with the same name add additional value elements -->
+<set-query-parameter name="api-key" exists-action="skip">
+ <value>12345678901</value>
551
552
553
0 commit comments