Skip to content

Commit 3bbf2f3

Browse files
committed
Bump v3 API docs version release-candidate
1 parent 5f5554c commit 3bbf2f3

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

version/release-candidate/index.html

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6309,9 +6309,14 @@ <h3 id="the-deployment-object">The deployment object</h3>
63096309
<td>The reason for the status of the deployment;<br>following list represents valid values:<br>1. If <strong>status.value</strong> is <code class="prettyprint">ACTIVE</code><br>- <code class="prettyprint">DEPLOYING</code><br>- <code class="prettyprint">CANCELING</code><br>2. If <strong>status.value</strong> is <code class="prettyprint">FINALIZED</code><br>- <code class="prettyprint">DEPLOYED</code><br>- <code class="prettyprint">CANCELED</code><br>- <code class="prettyprint">SUPERSEDED</code> (another deployment created for app before completion)<br></td>
63106310
</tr>
63116311
<tr>
6312-
<td><strong>status.details</strong></td>
6313-
<td><em>object</em></td>
6314-
<td>The details for the status of the deployment shows a timestamp of the last successful healthcheck</td>
6312+
<td><strong>status.details.last_successful_healthcheck</strong></td>
6313+
<td><em><a href="#timestamps">timestamp</a></em></td>
6314+
<td>Timestamp of the last successful healthcheck</td>
6315+
</tr>
6316+
<tr>
6317+
<td><strong>status.details.last_status_change</strong></td>
6318+
<td><em><a href="#timestamps">timestamp</a></em></td>
6319+
<td>Timestamp of last change to status.value or status.reason</td>
63156320
</tr>
63166321
<tr>
63176322
<td><strong>strategy</strong></td>

0 commit comments

Comments
 (0)