Skip to content

Commit b84d460

Browse files
authored
Merge pull request #10004 from joostverhoog/consumed-rest-service-limitations
Updated `Limitations` for CRS
2 parents edca208 + e998f51 commit b84d460

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ The ability to import an OpenAPI/Swagger contract is currently in beta.
3232
### Limitations
3333

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.
35-
* It is currently not possible to configure parameters in the Query Parameters tab
35+
* It is currently not possible to configure parameters in the Query Parameters tab.
36+
* Streaming responses from APIs are currently not supported.
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.
3638

3739
### Prerequisites
3840

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ The ability to import an OpenAPI/Swagger contract was introduced as a beta featu
3636
### Limitations
3737

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.
39+
* It is currently not possible to configure parameters in the Query Parameters tab.
40+
* Streaming responses from APIs are currently not supported.
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.
3942

4043
### Prerequisites
4144

0 commit comments

Comments
 (0)