Update docs for 1.3.2 release.
diff --git a/docs/dyn/content_v2.accounts.html b/docs/dyn/content_v2.accounts.html
index 861be92..ca72866 100644
--- a/docs/dyn/content_v2.accounts.html
+++ b/docs/dyn/content_v2.accounts.html
@@ -108,11 +108,11 @@
The object takes the form of:
{
- "entries": [
- { # A batch entry encoding a single non-batch request to the accounts 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 accounts request.
"batchId": 42, # An entry ID, unique within the batch request.
- "method": "A String", # The method (get, insert, update, or delete).
- "account": { # The account to create or update. Only defined if the method is insert or update.
+ "method": "A String",
+ "account": { # Account data. # The account to create or update. Only defined if the method is insert or update.
"reviewsUrl": "A String", # URL for individual seller reviews, i.e., reviews for each child account.
"kind": "content#account", # Identifies what kind of resource this is. Value: the fixed string "content#account".
"name": "A String", # Display name for the account.
@@ -145,10 +145,10 @@
{
"kind": "content#accountsCustomBatchResponse", # Identifies what kind of resource this is. Value: the fixed string "content#accountsCustomBatchResponse".
- "entries": [
- { # A batch entry encoding a single non-batch response from the accounts 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 accounts response.
"batchId": 42, # The ID of the request entry this entry responds to.
- "account": { # The retrieved, created, or updated account. Not defined if the method was delete.
+ "account": { # Account data. # The retrieved, created, or updated account. Not defined if the method was delete.
"reviewsUrl": "A String", # URL for individual seller reviews, i.e., reviews for each child account.
"kind": "content#account", # Identifies what kind of resource this is. Value: the fixed string "content#account".
"name": "A String", # Display name for the account.
@@ -207,7 +207,7 @@
Returns:
An object of the form:
- {
+ { # Account data.
"reviewsUrl": "A String", # URL for individual seller reviews, i.e., reviews for each child account.
"kind": "content#account", # Identifies what kind of resource this is. Value: the fixed string "content#account".
"name": "A String", # Display name for the account.
@@ -239,7 +239,7 @@
body: object, The request body. (required)
The object takes the form of:
-{
+{ # Account data.
"reviewsUrl": "A String", # URL for individual seller reviews, i.e., reviews for each child account.
"kind": "content#account", # Identifies what kind of resource this is. Value: the fixed string "content#account".
"name": "A String", # Display name for the account.
@@ -265,7 +265,7 @@
Returns:
An object of the form:
- {
+ { # Account data.
"reviewsUrl": "A String", # URL for individual seller reviews, i.e., reviews for each child account.
"kind": "content#account", # Identifies what kind of resource this is. Value: the fixed string "content#account".
"name": "A String", # Display name for the account.
@@ -301,10 +301,10 @@
An object of the form:
{
- "nextPageToken": "A String",
+ "nextPageToken": "A String", # The token for the retrieval of the next page of accounts.
"kind": "content#accountsListResponse", # Identifies what kind of resource this is. Value: the fixed string "content#accountsListResponse".
"resources": [
- {
+ { # Account data.
"reviewsUrl": "A String", # URL for individual seller reviews, i.e., reviews for each child account.
"kind": "content#account", # Identifies what kind of resource this is. Value: the fixed string "content#account".
"name": "A String", # Display name for the account.
@@ -353,7 +353,7 @@
body: object, The request body. (required)
The object takes the form of:
-{
+{ # Account data.
"reviewsUrl": "A String", # URL for individual seller reviews, i.e., reviews for each child account.
"kind": "content#account", # Identifies what kind of resource this is. Value: the fixed string "content#account".
"name": "A String", # Display name for the account.
@@ -379,7 +379,7 @@
Returns:
An object of the form:
- {
+ { # Account data.
"reviewsUrl": "A String", # URL for individual seller reviews, i.e., reviews for each child account.
"kind": "content#account", # Identifies what kind of resource this is. Value: the fixed string "content#account".
"name": "A String", # Display name for the account.
@@ -412,7 +412,7 @@
body: object, The request body. (required)
The object takes the form of:
-{
+{ # Account data.
"reviewsUrl": "A String", # URL for individual seller reviews, i.e., reviews for each child account.
"kind": "content#account", # Identifies what kind of resource this is. Value: the fixed string "content#account".
"name": "A String", # Display name for the account.
@@ -438,7 +438,7 @@
Returns:
An object of the form:
- {
+ { # Account data.
"reviewsUrl": "A String", # URL for individual seller reviews, i.e., reviews for each child account.
"kind": "content#account", # Identifies what kind of resource this is. Value: the fixed string "content#account".
"name": "A String", # Display name for the account.