File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -647,9 +647,9 @@ The `return-response` policy aborts pipeline execution and returns either a defa
647
647
648
648
``` xml
649
649
<return-response response-variable-name =" existing context variable" >
650
+ <set-status />
650
651
<set-header />
651
652
<set-body />
652
- <set-status />
653
653
</return-response >
654
654
655
655
```
@@ -671,9 +671,9 @@ The `return-response` policy aborts pipeline execution and returns either a defa
671
671
| Element | Description | Required |
672
672
| --------------- | ----------------------------------------------------------------------------------------- | -------- |
673
673
| return-response | Root element. | Yes |
674
+ | set-status | A [ set-status] ( api-management-advanced-policies.md#SetStatus ) policy statement. | No |
674
675
| set-header | A [ set-header] ( api-management-transformation-policies.md#SetHTTPheader ) policy statement. | No |
675
676
| set-body | A [ set-body] ( api-management-transformation-policies.md#SetBody ) policy statement. | No |
676
- | set-status | A [ set-status] ( api-management-advanced-policies.md#SetStatus ) policy statement. | No |
677
677
678
678
### Attributes
679
679
You can’t perform that action at this time.
0 commit comments