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 lifetime-deployment-api-v2.final.md #423

Open
wants to merge 1 commit 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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/ref/apis/auto/lifetime-deployment-api-v2.final.md
Expand Up @@ -2445,6 +2445,11 @@ Go to
<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>
<b>Issue</b>Removing an application from a deployment using LifeTime API effectively removes it from the deployment’s application list.
<b>Runtime</b>Traditional web, Reactive web, Mobile
<b>Rationale</b>Removing an application from a plan sets the application as "Do Nothing" while keeping it as part of the plan. Now, retrieving the deployment's information returns only the applications in the plan.
</p>
</section>
<section class="sw-request-body">
<p><span class="label label-default">application/json</span>
Expand Down