docs: update docs (#916)

* fix: re-run script

* test: fix noxfile
diff --git a/docs/dyn/analytics_v3.management.accountSummaries.html b/docs/dyn/analytics_v3.management.accountSummaries.html
index 87cca35..7b588e4 100644
--- a/docs/dyn/analytics_v3.management.accountSummaries.html
+++ b/docs/dyn/analytics_v3.management.accountSummaries.html
@@ -101,22 +101,22 @@
         "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.
+            "internalWebPropertyId": "A String", # Internal ID for this web property.
+            "kind": "analytics#webPropertySummary", # Resource type for Analytics WebPropertySummary.
             "websiteUrl": "A String", # Website url for this web property.
             "level": "A String", # Level for this web property. Possible values are STANDARD or PREMIUM.
             "name": "A String", # Web property name.
             "profiles": [ # List of profiles under this web property.
               { # JSON template for an Analytics ProfileSummary. ProfileSummary returns basic information (i.e., summary) for a profile.
-                "id": "A String", # View (profile) ID.
-                "starred": True or False, # Indicates whether this view (profile) is starred or not.
                 "name": "A String", # View (profile) name.
                 "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.
+                "starred": True or False, # Indicates whether this view (profile) is starred or not.
               },
             ],
             "id": "A String", # Web property ID of the form UA-XXXXX-YY.
             "starred": True or False, # Indicates whether this web property is starred or not.
-            "internalWebPropertyId": "A String", # Internal ID for this web property.
-            "kind": "analytics#webPropertySummary", # Resource type for Analytics WebPropertySummary.
           },
         ],
       },