chore: update docs/dyn (#1106)
diff --git a/docs/dyn/blogger_v3.pageViews.html b/docs/dyn/blogger_v3.pageViews.html
index 6ae4e90..31e2242 100644
--- a/docs/dyn/blogger_v3.pageViews.html
+++ b/docs/dyn/blogger_v3.pageViews.html
@@ -106,14 +106,14 @@
An object of the form:
{
- "blogId": "A String", # Blog Id.
+ "kind": "A String", # The kind of this entry. Always blogger#page_views.
"counts": [ # The container of posts in this blog.
{
"timeRange": "A String", # Time range the given count applies to.
"count": "A String", # Count of page views for the given time range.
},
],
- "kind": "A String", # The kind of this entry. Always blogger#page_views.
+ "blogId": "A String", # Blog Id.
}</pre>
</div>