Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update method description to show breaking change information #416

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/ref/apis/auto/lifetime-deployment-api-v2.final.md
Original file line number Diff line number Diff line change
Expand Up @@ -2444,7 +2444,8 @@ Go to
</div>
<div class="panel-body">
<section class="sw-operation-description">
<p>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.</p>
<p>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.</p>
<p>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</p>
</section>
<section class="sw-request-body">
<p><span class="label label-default">application/json</span>
Expand Down