Skip to content

Commit 900da7d

Browse files
author
Dima Fedorenko
committed
Include latest changes in behaviour
1 parent 8a33ad1 commit 900da7d

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

content/en/docs/refguide/modeling/integration/odata-services/published-odata-services/published-odata-entity.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,3 +201,5 @@ You can use this parameter to affect the HTTP response:
201201
* The microflow can create headers associated to the HttpResponse parameter. These headers will be added to the response, overwriting headers with the same key if those would otherwise have been created.
202202
* The microflow can change the StatusCode and/or the Content attributes of the HttpResponse parameter to completely ignore the default behavior and response with that StatusCode and Content instead.
203203
* Changing the ReasonPhrase attribute has no effect.
204+
* It is not possible to change values for `Transfer-Encoding` and `Date` headers
205+
* When StatusCode is set to `204` then empty response body is always produced.

content/en/docs/refguide/modeling/integration/odata-services/published-odata-services/published-odata-microflow.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,7 @@ If only headers of the HttpResponse were changed (for instance a new header was
7777
If status code OR content of the HttpResponse were changed then actual response would be produced exclusively from HttpResponse parameter, including status code, headers and response body.
7878

7979
Note. Reason phrase field is ignored.
80+
81+
It is not possible to change values for `Transfer-Encoding` and `Date` headers
82+
83+
When StatusCode is set to `204` then empty response body is always produced.

0 commit comments

Comments
 (0)