Skip to content

Commit 89a10d1

Browse files
committed
Updated for CRS
1 parent 95c50e8 commit 89a10d1

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

4043
### Prerequisites
4144

0 commit comments

Comments
 (0)