docs: docs update (#911)
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
- [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/google-api-python-client/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [ ] Appropriate docs were updated (if necessary)
Fixes #<issue_number_goes_here> 🦕
diff --git a/docs/dyn/blogger_v3.pageViews.html b/docs/dyn/blogger_v3.pageViews.html
index 1ba6c4c..923b3e6 100644
--- a/docs/dyn/blogger_v3.pageViews.html
+++ b/docs/dyn/blogger_v3.pageViews.html
@@ -94,14 +94,14 @@
An object of the form:
{
- "kind": "A String", # The kind of this entry. Always blogger#page_views.
- "counts": [ # The container of posts in this blog.
+ "counts": [ # The container of posts in this blog.
{
- "count": "A String", # Count of page views for the given time range.
- "timeRange": "A String", # Time range the given count applies to.
+ "timeRange": "A String", # Time range the given count applies to.
+ "count": "A String", # Count of page views for the given time range.
},
],
- "blogId": "A String", # Blog Id.
+ "kind": "A String", # The kind of this entry. Always blogger#page_views.
+ "blogId": "A String", # Blog Id.
}</pre>
</div>