Skip to content

Commit 74c1fbd

Browse files
committed
Small edits
1 parent 900da7d commit 74c1fbd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ When using **Call a microflow** for any of these capabilities, the selected micr
199199
You can use this parameter to affect the HTTP response:
200200

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.
202-
* 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.
202+
* The microflow can change the status code and/or Content attributes of the HttpResponse parameter to ignore the default behavior and respond with that status code 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.
204+
* It is not possible to change values for `Transfer-Encoding` and `Date` headers.
205+
* When the status code is set to `204`, an empty response body is always produced.

0 commit comments

Comments
 (0)