Skip to content

Commit e998f51

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/refguide10/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
@@ -38,7 +38,7 @@ The ability to import an OpenAPI/Swagger contract was introduced as a beta featu
3838
* 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.
3939
* It is currently not possible to configure parameters in the Query Parameters tab.
4040
* Streaming responses from APIs are currently not supported.
41-
* 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.
41+
* 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.
4242

4343
### Prerequisites
4444

0 commit comments

Comments
 (0)