Skip to content

Commit 777fdcf

Browse files
authored
Update set-body-policy.md
1 parent 51da093 commit 777fdcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/api-management/set-body-policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Use the `set-body` policy to set the message body for a request or response. To
3434
| ----------------- | ------------------------------------------------------ | -------- | ------- |
3535
|template|Used to change the templating mode that the `set-body` policy runs in. Currently the only supported value is:<br /><br />- `liquid` - the `set-body` policy will use the liquid templating engine |No| N/A|
3636
|xsi-nil| Used to control how elements marked with `xsi:nil="true"` are represented in XML payloads. Set to one of the following values:<br /><br />- `blank` - `nil` is represented with an empty string.<br />- `null` - `nil` is represented with a null value.<br/></br>Policy expressions aren't allowed. |No | `blank` |
37-
|parse-date| Boolean. Specifies whether date-formatted strings (for example, `"/Date(1198908717056)/"`, `"2012-03-21T05:40Z"` are parsed to System.DateTime (`mm/dd/yyyy hh:mm:ss`). When set to `false`, date values are simply copied.<br/></br>Policy expressions aren't allowed. |No| `true`|
37+
|parse-date| Boolean. Specifies whether date-formatted strings (for example, `"/Date(1198908717056)/"`, `"2012-03-21T05:40Z"`) are parsed to System.DateTime (`mm/dd/yyyy hh:mm:ss`). When set to `false`, date values are simply copied.<br/></br>Policy expressions aren't allowed. |No| `true`|
3838

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

0 commit comments

Comments
 (0)