Skip to content

Commit b4c092d

Browse files
committed
Bump v3 API docs version release-candidate
1 parent eb7c37f commit b4c092d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

version/release-candidate/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15997,14 +15997,14 @@ <h4 id="permitted-roles">Permitted roles</h4>
1599715997
</tbody></table>
1599815998
<h2 id="revisions">Revisions</h2>
1599915999

16000-
<p>Revisions represent code used by an application at a specific time. The most recent revision for a running application represents code and configuration currently running in Cloud Foundry.</p>
16000+
<p>Revisions represent code used by an application at a specific time. The most recent revision for a running application represents code and configuration currently running in Cloud Foundry. Revisions are not created for Tasks.</p>
1600116001

1600216002
<p>Revision are created when the following is changed:</p>
1600316003

1600416004
<ul>
16005-
<li><p>A new droplet is created for an app</p></li>
16006-
<li><p>An app&rsquo;s environment variables are changed</p></li>
16007-
<li><p>The custom start command for an app is added or changed</p></li>
16005+
<li><p>A new droplet is deployed for an app</p></li>
16006+
<li><p>An app is deployed with new environment variables</p></li>
16007+
<li><p>The app is deployed with a new or changed custom start command</p></li>
1600816008
<li><p>An app rolls back to a prior revision</p></li>
1600916009
</ul>
1601016010

0 commit comments

Comments
 (0)