Skip to content

Commit 58cb482

Browse files
authored
Update consumed-rest-service.md
1 parent c380494 commit 58cb482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/refguide/modeling/integration/rest-services/consumed-rest-services/consumed-rest-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The ability to import an OpenAPI/Swagger contract is currently in beta.
3434
* To use the request response to create a data structure automatically in your domain model, the response data should be in JSON format. It is possible to process other formats, such as XML or raw text, but you will need to extract the data you are looking for in a microflow.
3535
* It is currently not possible to configure parameters in the Query Parameters tab.
3636
* Streaming responses from APIs are currently not supported.
37-
* When the Send REST request action is executed in a microflow and the statusCode is in `2xx` range, but different than `200`, you can use the latestHttpResponse to get the StatusCode and Content of the request that was made.
37+
* A response can be mapped in a microflow only for responses with status code `200`. If a Send REST request action is executed in a microflow and the status code is in 2xx range, but different than `200`, use the latestHttpResponse to get the status code and response content.
3838

3939
### Prerequisites
4040

0 commit comments

Comments
 (0)