You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -75,6 +117,8 @@ This article provides a reference for API Management policies used to transform
75
117
|apply|The attribute must be set to one of the following values.<br /><br /> - always - always apply conversion.<br />- content-type-json - convert only if response Content-Type header indicates presence of JSON.|Yes|N/A|
76
118
|consider-accept-header|The attribute must be set to one of the following values.<br /><br /> - true - apply conversion if XML is requested in request Accept header.<br />- false -always apply conversion.|No|true|
77
119
|parse-date|When set to `false` date values are simply copied during transformation|No|true|
120
+
|namespace-separator|The character to use as a namespace separator|No|Underscore|
121
+
|attribute-block-name|When set, properties inside the named object will be added to the element as attributes|No|Not set|
78
122
79
123
### Usage
80
124
This policy can be used in the following policy [sections](./api-management-howto-policies.md#sections) and [scopes](./api-management-howto-policies.md#scopes).
0 commit comments