Update docs for 1.3.2 release.
diff --git a/docs/dyn/content_v2.accountstatuses.html b/docs/dyn/content_v2.accountstatuses.html
index c48eed3..c8d2ad1 100644
--- a/docs/dyn/content_v2.accountstatuses.html
+++ b/docs/dyn/content_v2.accountstatuses.html
@@ -96,8 +96,8 @@
The object takes the form of:
{
- "entries": [
- { # A batch entry encoding a single non-batch request to the accountstatuses service of the Content API for Shopping.
+ "entries": [ # The request entries to be processed in the batch.
+ { # A batch entry encoding a single non-batch accountstatuses request.
"batchId": 42, # An entry ID, unique within the batch request.
"method": "A String", # The method (get).
"merchantId": "A String", # The ID of the managing account.
@@ -112,8 +112,8 @@
{
"kind": "content#accountstatusesCustomBatchResponse", # Identifies what kind of resource this is. Value: the fixed string "content#accountstatusesCustomBatchResponse".
- "entries": [
- { # A batch entry encoding a single non-batch response from the accountstatuses service of the Content API for Shopping.
+ "entries": [ # The result of the execution of the batch requests.
+ { # A batch entry encoding a single non-batch accountstatuses response.
"batchId": 42, # The ID of the request entry this entry responds to.
"errors": { # A list of errors returned by a failed batch entry. # A list of errors defined if and only if the request failed.
"message": "A String", # The message of the first error in errors.
@@ -205,7 +205,7 @@
An object of the form:
{
- "nextPageToken": "A String",
+ "nextPageToken": "A String", # The token for the retrieval of the next page of account statuses.
"kind": "content#accountstatusesListResponse", # Identifies what kind of resource this is. Value: the fixed string "content#accountstatusesListResponse".
"resources": [
{ # The status of an account, i.e., information about its products, which is computed offline and not returned immediately at insertion time.