From bd0119bf19a9e8ae19e1832b23a518fd6be8ff98 Mon Sep 17 00:00:00 2001 From: quinntracy Date: Thu, 10 Oct 2024 14:38:16 +0200 Subject: [PATCH 1/2] Add info box --- .../rest-services/consumed-rest-services-beta.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/en/docs/refguide/modeling/integration/rest-services/consumed-rest-services-beta.md b/content/en/docs/refguide/modeling/integration/rest-services/consumed-rest-services-beta.md index 3cba67d3466..9b348db3fc4 100644 --- a/content/en/docs/refguide/modeling/integration/rest-services/consumed-rest-services-beta.md +++ b/content/en/docs/refguide/modeling/integration/rest-services/consumed-rest-services-beta.md @@ -52,6 +52,12 @@ Download [Studio Pro](https://marketplace.mendix.com/link/studiopro/) and add th Use the Consumed REST Service to configure a `GET`, `POST`, `PUT`, `PATCH`, or `DELETE` request for your app. +{{% alert color="info" %}} + +As of Mendix 10.16.0, you can configure a Consumed REST service using the Web Version or the Classic Version. It is recommended to use the Web Version, as the Classic version will be removed in a future release. + +{{% /alert %}} + ### Basic Configuration {#configure-a-request} Create a `GET`, `POST`, `PUT`, `PATCH`, or `DELETE` request to send data to your server by doing the following: From 769bab2c5411d2b4eed45ccd83a0823e31862501 Mon Sep 17 00:00:00 2001 From: Quinn Tracy <142489060+quinntracy@users.noreply.github.com> Date: Tue, 15 Oct 2024 09:19:34 +0200 Subject: [PATCH 2/2] Change web to new --- .../integration/rest-services/consumed-rest-services-beta.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/refguide/modeling/integration/rest-services/consumed-rest-services-beta.md b/content/en/docs/refguide/modeling/integration/rest-services/consumed-rest-services-beta.md index 9b348db3fc4..e37e94b98bf 100644 --- a/content/en/docs/refguide/modeling/integration/rest-services/consumed-rest-services-beta.md +++ b/content/en/docs/refguide/modeling/integration/rest-services/consumed-rest-services-beta.md @@ -54,7 +54,7 @@ Use the Consumed REST Service to configure a `GET`, `POST`, `PUT`, `PATCH`, or ` {{% alert color="info" %}} -As of Mendix 10.16.0, you can configure a Consumed REST service using the Web Version or the Classic Version. It is recommended to use the Web Version, as the Classic version will be removed in a future release. +As of Mendix 10.16.0, you can configure a Consumed REST service using the New Version or the Classic Version. It is recommended to use the New Version, as the Classic version will be removed in a future release. {{% /alert %}}