Skip to content

Commit 7bd7ab6

Browse files
authored
Merge pull request #77024 from vladvino/patch-15
Bug fix
2 parents 3675efe + 53cfef9 commit 7bd7ab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/api-management/api-management-transformation-policies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ The `set-body` policy can be configured to use the [Liquid](https://shopify.gith
400400

401401
|Name|Description|Required|Default|
402402
|----------|-----------------|--------------|-------------|
403-
|template|Used to change the templating mode that the set body policy will run in. Currently the only supported value is:<br /><br />- liquid - the set body policy will use the liquid templating engine |No|liquid|
403+
|template|Used to change the templating mode that the set body policy will run in. Currently the only supported value is:<br /><br />- liquid - the set body policy will use the liquid templating engine |No||
404404

405405
For accessing information about the request and response, the Liquid template can bind to a context object with the following properties: <br />
406406
<pre>context.

0 commit comments

Comments
 (0)