Update docs
diff --git a/docs/dyn/analytics_v3.management.accountSummaries.html b/docs/dyn/analytics_v3.management.accountSummaries.html
index 2114c3f..f01e419 100644
--- a/docs/dyn/analytics_v3.management.accountSummaries.html
+++ b/docs/dyn/analytics_v3.management.accountSummaries.html
@@ -94,6 +94,7 @@
"kind": "analytics#accountSummaries", # Collection type.
"items": [ # A list of AccountSummaries.
{ # JSON template for an Analytics AccountSummary. An AccountSummary is a lightweight tree comprised of properties/profiles.
+ "starred": True or False, # Indicates whether this account is starred or not.
"kind": "analytics#accountSummary", # Resource type for Analytics AccountSummary.
"webProperties": [ # List of web properties under this account.
{ # JSON template for an Analytics WebPropertySummary. WebPropertySummary returns basic information (i.e., summary) for a web property.
@@ -102,6 +103,7 @@
"level": "A String", # Level for this web property. Possible values are STANDARD or PREMIUM.
"profiles": [ # List of profiles under this web property.
{ # JSON template for an Analytics ProfileSummary. ProfileSummary returns basic information (i.e., summary) for a profile.
+ "starred": True or False, # Indicates whether this view (profile) is starred or not.
"kind": "analytics#profileSummary", # Resource type for Analytics ProfileSummary.
"type": "A String", # View (Profile) type. Supported types: WEB or APP.
"id": "A String", # View (profile) ID.
@@ -110,6 +112,7 @@
],
"websiteUrl": "A String", # Website url for this web property.
"internalWebPropertyId": "A String", # Internal ID for this web property.
+ "starred": True or False, # Indicates whether this web property is starred or not.
"id": "A String", # Web property ID of the form UA-XXXXX-YY.
},
],