chore: update generated docs (#1115)
This PR was generated using Autosynth. :rainbow:
Synth log will be available here:
https://source.cloud.google.com/results/invocations/2ed9ab0e-55b4-4ab2-aede-c95e765f7376/targets
- [x] To automatically regenerate this PR, check this box.
Source-Link: https://github.com/googleapis/discovery-artifact-manager/commit/0bed8bdae25d545e796cfcdd7a9bfffff11e69da
Source-Link: https://github.com/googleapis/synthtool/commit/c2de32114ec484aa708d32012d1fa8d75232daf5
diff --git a/docs/dyn/blogger_v3.users.html b/docs/dyn/blogger_v3.users.html
index 6b70851..ba94340 100644
--- a/docs/dyn/blogger_v3.users.html
+++ b/docs/dyn/blogger_v3.users.html
@@ -101,21 +101,21 @@
An object of the form:
{
- "created": "A String", # The timestamp of when this profile was created, in seconds since epoch.
- "displayName": "A String", # The display name.
"blogs": { # The container of blogs for this user.
"selfLink": "A String", # The URL of the Blogs for this user.
},
- "kind": "A String", # The kind of this entity. Always blogger#user.
- "selfLink": "A String", # The API REST URL to fetch this resource from.
"url": "A String", # The user's profile page.
- "id": "A String", # The identifier for this User.
- "about": "A String", # Profile summary information.
"locale": { # This user's locale
+ "variant": "A String", # The language variant this blog is authored in.
"language": "A String", # The language this blog is authored in.
"country": "A String", # The country this blog's locale is set to.
- "variant": "A String", # The language variant this blog is authored in.
},
+ "id": "A String", # The identifier for this User.
+ "kind": "A String", # The kind of this entity. Always blogger#user.
+ "created": "A String", # The timestamp of when this profile was created, in seconds since epoch.
+ "about": "A String", # Profile summary information.
+ "selfLink": "A String", # The API REST URL to fetch this resource from.
+ "displayName": "A String", # The display name.
}</pre>
</div>