Skip to content

Commit c380494

Browse files
committed
Updated code 200 limitation
1 parent 89a10d1 commit c380494

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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-
* Implicit response-mapping is performed only for responses with status code `200`.
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.
3838

3939
### Prerequisites
4040

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-
* Implicit response-mapping is performed only for responses with status code `200`.
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.
4242

4343
### Prerequisites
4444

0 commit comments

Comments
 (0)