docs: update docs (#916)
* fix: re-run script
* test: fix noxfile
diff --git a/docs/dyn/analytics_v3.management.accounts.html b/docs/dyn/analytics_v3.management.accounts.html
index 9cba788..62c0cc8 100644
--- a/docs/dyn/analytics_v3.management.accounts.html
+++ b/docs/dyn/analytics_v3.management.accounts.html
@@ -95,11 +95,14 @@
"totalResults": 42, # The total number of results for the query, regardless of the number of results in the response.
"items": [ # A list of accounts.
{ # JSON template for Analytics account entry.
+ "id": "A String", # Account ID.
+ "updated": "A String", # Time the account was last modified.
+ "starred": True or False, # Indicates whether this account is starred or not.
"kind": "analytics#account", # Resource type for Analytics account.
"created": "A String", # Time the account was created.
"childLink": { # Child link for an account entry. Points to the list of web properties for this account.
- "href": "A String", # Link to the list of web properties for this account.
"type": "analytics#webproperties", # Type of the child link. Its value is "analytics#webproperties".
+ "href": "A String", # Link to the list of web properties for this account.
},
"permissions": { # Permissions the user has for this account.
"effective": [ # All the permissions that the user has for this account. These include any implied permissions (e.g., EDIT implies VIEW).
@@ -108,9 +111,6 @@
},
"name": "A String", # Account name.
"selfLink": "A String", # Link for this account.
- "updated": "A String", # Time the account was last modified.
- "id": "A String", # Account ID.
- "starred": True or False, # Indicates whether this account is starred or not.
},
],
"username": "A String", # Email ID of the authenticated user