From 601ef49e7d8ece57cbfe1d03c529763cfaee64e5 Mon Sep 17 00:00:00 2001 From: Rui Mendes <45291168+ruipmendes@users.noreply.github.com> Date: Wed, 20 Mar 2024 16:40:05 +0000 Subject: [PATCH 1/2] Update method description to show breaking change information --- src/ref/apis/auto/lifetime-deployment-api-v2.final.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ref/apis/auto/lifetime-deployment-api-v2.final.md b/src/ref/apis/auto/lifetime-deployment-api-v2.final.md index 63d6ff61e..0a455c311 100644 --- a/src/ref/apis/auto/lifetime-deployment-api-v2.final.md +++ b/src/ref/apis/auto/lifetime-deployment-api-v2.final.md @@ -2445,6 +2445,7 @@ Go to
Updates a given deployment. An optional list of applications to include in the deployment can be specified. The input is a subset of deployment object.
+Breaking change: Using this method to remove an application from a plan sets the application as "Do Nothing" while keeping it as part of the plan. From LifeTime v11.22.0 onwards, removing an application from a plan will set it as "Do Nothing" and will no longer appear in the plan.
application/json From 03a804fb76a806fccd1cb5c8defdad902e12dd05 Mon Sep 17 00:00:00 2001 From: Rui Mendes <45291168+ruipmendes@users.noreply.github.com> Date: Mon, 1 Apr 2024 17:38:00 +0100 Subject: [PATCH 2/2] Update lifetime-deployment-api-v2.final.md --- src/ref/apis/auto/lifetime-deployment-api-v2.final.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ref/apis/auto/lifetime-deployment-api-v2.final.md b/src/ref/apis/auto/lifetime-deployment-api-v2.final.md index 0a455c311..e4152f880 100644 --- a/src/ref/apis/auto/lifetime-deployment-api-v2.final.md +++ b/src/ref/apis/auto/lifetime-deployment-api-v2.final.md @@ -2444,8 +2444,8 @@ Go to
Updates a given deployment. An optional list of applications to include in the deployment can be specified. The input is a subset of deployment object.
-Breaking change: Using this method to remove an application from a plan sets the application as "Do Nothing" while keeping it as part of the plan. From LifeTime v11.22.0 onwards, removing an application from a plan will set it as "Do Nothing" and will no longer appear in the plan.
+Updates a given deployment. An optional list of applications to include in the deployment can be specified. The input is a subset of the deployment object.
+Using this method to remove an application from a plan sets the application as "Do Nothing" while keeping it as part of the plan. In LifeTime v11.22.0 or later, removing an application from a plan will set it as "Do Nothing" and will no longer appear in the plan. For more details see Breaking Changes
application/json