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
Copy file name to clipboardExpand all lines: articles/api-management/publish-to-dapr-policy.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ The policy assumes that Dapr runtime is running in a sidecar container in the sa
36
36
| ignore-error | If set to `true`, instructs the policy not to trigger ["on-error"](api-management-error-handling-policies.md) section upon receiving error from Dapr runtime. Policy expressions aren't allowed. | No |`false`|
37
37
| response-variable-name | Name of the [Variables](api-management-policy-expressions.md#ContextVariables) collection entry to use for storing response from Dapr runtime. Policy expressions aren't allowed. | No | None |
38
38
| timeout | Time (in seconds) to wait for Dapr runtime to respond. Can range from 1 to 240 seconds. Policy expressions are allowed. | No | 5 |
39
-
| template | Templating engine to use for transforming the message content. "Liquid" is the only supported value. Policy expressions aren't allowed.| No | None |
39
+
| template | Templating engine to use for transforming the message content. "Liquid" is the only supported value. | No | None |
40
40
| content-type | Type of the message content. "application/json" is the only supported value. | No | None |
0 commit comments