Update docs for 1.3.2 release.
diff --git a/docs/dyn/androidpublisher_v2.edits.tracks.html b/docs/dyn/androidpublisher_v2.edits.tracks.html
index 2ca5de2..ec2dd2b 100644
--- a/docs/dyn/androidpublisher_v2.edits.tracks.html
+++ b/docs/dyn/androidpublisher_v2.edits.tracks.html
@@ -82,10 +82,10 @@
 <p class="firstline">Lists all the track configurations for this edit.</p>
 <p class="toc_element">
   <code><a href="#patch">patch(packageName, editId, track, body)</a></code></p>
-<p class="firstline">Updates the track configuration for the specified track type. This method supports patch semantics.</p>
+<p class="firstline">Updates the track configuration for the specified track type. When halted, the rollout track cannot be updated without adding new APKs, and adding new APKs will cause it to resume. This method supports patch semantics.</p>
 <p class="toc_element">
   <code><a href="#update">update(packageName, editId, track, body)</a></code></p>
-<p class="firstline">Updates the track configuration for the specified track type.</p>
+<p class="firstline">Updates the track configuration for the specified track type. When halted, the rollout track cannot be updated without adding new APKs, and adding new APKs will cause it to resume.</p>
 <h3>Method Details</h3>
 <div class="method">
     <code class="details" id="get">get(packageName, editId, track)</code>
@@ -140,7 +140,7 @@
 
 <div class="method">
     <code class="details" id="patch">patch(packageName, editId, track, body)</code>
-  <pre>Updates the track configuration for the specified track type. This method supports patch semantics.
+  <pre>Updates the track configuration for the specified track type. When halted, the rollout track cannot be updated without adding new APKs, and adding new APKs will cause it to resume. This method supports patch semantics.
 
 Args:
   packageName: string, Unique identifier for the Android app that is being updated; for example, "com.spiffygame". (required)
@@ -177,7 +177,7 @@
 
 <div class="method">
     <code class="details" id="update">update(packageName, editId, track, body)</code>
-  <pre>Updates the track configuration for the specified track type.
+  <pre>Updates the track configuration for the specified track type. When halted, the rollout track cannot be updated without adding new APKs, and adding new APKs will cause it to resume.
 
 Args:
   packageName: string, Unique identifier for the Android app that is being updated; for example, "com.spiffygame". (required)