blob: 713c8f5bf1b1c8eb52873468d1664cd489a5ab16 [file] [log] [blame]
John Asmuth614db982014-04-24 15:46:26 -04001<html><body>
2<style>
3
4body, h1, h2, h3, div, span, p, pre, a {
5 margin: 0;
6 padding: 0;
7 border: 0;
8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
13}
14
15body {
16 font-size: 13px;
17 padding: 1em;
18}
19
20h1 {
21 font-size: 26px;
22 margin-bottom: 1em;
23}
24
25h2 {
26 font-size: 24px;
27 margin-bottom: 1em;
28}
29
30h3 {
31 font-size: 20px;
32 margin-bottom: 1em;
33 margin-top: 1em;
34}
35
36pre, code {
37 line-height: 1.5;
38 font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39}
40
41pre {
42 margin-top: 0.5em;
43}
44
45h1, h2, h3, p {
46 font-family: Arial, sans serif;
47}
48
49h1, h2, h3 {
50 border-bottom: solid #CCC 1px;
51}
52
53.toc_element {
54 margin-top: 0.5em;
55}
56
57.firstline {
58 margin-left: 2 em;
59}
60
61.method {
62 margin-top: 1em;
63 border: solid 1px #CCC;
64 padding: 1em;
65 background: #EEE;
66}
67
68.details {
69 font-weight: bold;
70 font-size: 14px;
71}
72
73</style>
74
Dan O'Mearadd494642020-05-01 07:42:23 -070075<h1><a href="blogger_v3.html">Blogger API v3</a> . <a href="blogger_v3.posts.html">posts</a></h1>
John Asmuth614db982014-04-24 15:46:26 -040076<h2>Instance Methods</h2>
77<p class="toc_element">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070078 <code><a href="#close">close()</a></code></p>
79<p class="firstline">Close httplib2 connections.</p>
80<p class="toc_element">
Dan O'Mearadd494642020-05-01 07:42:23 -070081 <code><a href="#delete">delete(blogId, postId, x__xgafv=None)</a></code></p>
82<p class="firstline">Deletes a post by blog id and post id.</p>
John Asmuth614db982014-04-24 15:46:26 -040083<p class="toc_element">
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080084 <code><a href="#get">get(blogId, postId, view=None, fetchImages=None, fetchBody=None, maxComments=None, x__xgafv=None)</a></code></p>
Dan O'Mearadd494642020-05-01 07:42:23 -070085<p class="firstline">Gets a post by blog id and post id</p>
John Asmuth614db982014-04-24 15:46:26 -040086<p class="toc_element">
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080087 <code><a href="#getByPath">getByPath(blogId, path, view=None, maxComments=None, x__xgafv=None)</a></code></p>
Dan O'Mearadd494642020-05-01 07:42:23 -070088<p class="firstline">Gets a post by path.</p>
John Asmuth614db982014-04-24 15:46:26 -040089<p class="toc_element">
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080090 <code><a href="#insert">insert(blogId, body=None, isDraft=None, fetchImages=None, fetchBody=None, x__xgafv=None)</a></code></p>
Dan O'Mearadd494642020-05-01 07:42:23 -070091<p class="firstline">Inserts a post.</p>
John Asmuth614db982014-04-24 15:46:26 -040092<p class="toc_element">
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080093 <code><a href="#list">list(blogId, orderBy=None, view=None, endDate=None, status=None, labels=None, maxResults=None, pageToken=None, fetchBodies=None, startDate=None, fetchImages=None, x__xgafv=None)</a></code></p>
Dan O'Mearadd494642020-05-01 07:42:23 -070094<p class="firstline">Lists posts.</p>
John Asmuth614db982014-04-24 15:46:26 -040095<p class="toc_element">
96 <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
97<p class="firstline">Retrieves the next page of results.</p>
98<p class="toc_element">
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080099 <code><a href="#patch">patch(blogId, postId, body=None, maxComments=None, fetchImages=None, publish=None, revert=None, fetchBody=None, x__xgafv=None)</a></code></p>
Dan O'Mearadd494642020-05-01 07:42:23 -0700100<p class="firstline">Patches a post.</p>
John Asmuth614db982014-04-24 15:46:26 -0400101<p class="toc_element">
Dan O'Mearadd494642020-05-01 07:42:23 -0700102 <code><a href="#publish">publish(blogId, postId, publishDate=None, x__xgafv=None)</a></code></p>
103<p class="firstline">Publishes a post.</p>
John Asmuth614db982014-04-24 15:46:26 -0400104<p class="toc_element">
Dan O'Mearadd494642020-05-01 07:42:23 -0700105 <code><a href="#revert">revert(blogId, postId, x__xgafv=None)</a></code></p>
106<p class="firstline">Reverts a published or scheduled post to draft state.</p>
John Asmuth614db982014-04-24 15:46:26 -0400107<p class="toc_element">
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800108 <code><a href="#search">search(blogId, q, fetchBodies=None, orderBy=None, x__xgafv=None)</a></code></p>
Dan O'Mearadd494642020-05-01 07:42:23 -0700109<p class="firstline">Searches for posts matching given query terms in the specified blog.</p>
John Asmuth614db982014-04-24 15:46:26 -0400110<p class="toc_element">
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800111 <code><a href="#update">update(blogId, postId, body=None, revert=None, maxComments=None, fetchBody=None, publish=None, fetchImages=None, x__xgafv=None)</a></code></p>
Dan O'Mearadd494642020-05-01 07:42:23 -0700112<p class="firstline">Updates a post by blog id and post id.</p>
John Asmuth614db982014-04-24 15:46:26 -0400113<h3>Method Details</h3>
114<div class="method">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700115 <code class="details" id="close">close()</code>
116 <pre>Close httplib2 connections.</pre>
117</div>
118
119<div class="method">
Dan O'Mearadd494642020-05-01 07:42:23 -0700120 <code class="details" id="delete">delete(blogId, postId, x__xgafv=None)</code>
121 <pre>Deletes a post by blog id and post id.
John Asmuth614db982014-04-24 15:46:26 -0400122
123Args:
Dan O'Mearadd494642020-05-01 07:42:23 -0700124 blogId: string, A parameter (required)
125 postId: string, A parameter (required)
126 x__xgafv: string, V1 error format.
127 Allowed values
128 1 - v1 error format
129 2 - v2 error format
John Asmuth614db982014-04-24 15:46:26 -0400130</pre>
131</div>
132
133<div class="method">
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800134 <code class="details" id="get">get(blogId, postId, view=None, fetchImages=None, fetchBody=None, maxComments=None, x__xgafv=None)</code>
Dan O'Mearadd494642020-05-01 07:42:23 -0700135 <pre>Gets a post by blog id and post id
John Asmuth614db982014-04-24 15:46:26 -0400136
137Args:
Dan O'Mearadd494642020-05-01 07:42:23 -0700138 blogId: string, A parameter (required)
139 postId: string, A parameter (required)
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700140 view: string, A parameter
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700141 Allowed values
142 VIEW_TYPE_UNSPECIFIED -
143 READER -
144 AUTHOR -
145 ADMIN -
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800146 fetchImages: boolean, A parameter
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800147 fetchBody: boolean, A parameter
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800148 maxComments: integer, A parameter
Dan O'Mearadd494642020-05-01 07:42:23 -0700149 x__xgafv: string, V1 error format.
John Asmuth614db982014-04-24 15:46:26 -0400150 Allowed values
Dan O'Mearadd494642020-05-01 07:42:23 -0700151 1 - v1 error format
152 2 - v2 error format
John Asmuth614db982014-04-24 15:46:26 -0400153
154Returns:
155 An object of the form:
156
157 {
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800158 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was published.
159 &quot;blog&quot;: { # Data about the blog containing this Post.
160 &quot;id&quot;: &quot;A String&quot;, # The identifier of the Blog that contains this Post.
161 },
162 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800163 &quot;replies&quot;: { # The container of comments on this Post.
164 &quot;items&quot;: [ # The List of Comments for this Post.
165 {
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800166 &quot;blog&quot;: { # Data about the blog containing this comment.
167 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this comment.
168 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800169 &quot;content&quot;: &quot;A String&quot;, # The actual content of the comment. May include HTML markup.
170 &quot;author&quot;: { # The author of this Comment.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800171 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800172 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800173 &quot;image&quot;: { # The creator&#x27;s avatar.
174 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
175 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800176 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800177 },
178 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was published.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800179 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#comment.
180 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
181 &quot;status&quot;: &quot;A String&quot;, # The status of the comment (only populated for admin users).
182 &quot;inReplyTo&quot;: { # Data about the comment this is in reply to.
183 &quot;id&quot;: &quot;A String&quot;, # The identified of the parent of this comment.
184 },
185 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
186 &quot;post&quot;: { # Data about the post containing this comment.
187 &quot;id&quot;: &quot;A String&quot;, # The identifier of the post containing this comment.
188 },
189 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was last updated.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800190 },
191 ],
192 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the comments on this post.
193 &quot;totalItems&quot;: &quot;A String&quot;, # The count of comments on this post.
194 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800195 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#post.
196 &quot;content&quot;: &quot;A String&quot;, # The content of the Post. May contain HTML markup.
197 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was last updated.
198 &quot;id&quot;: &quot;A String&quot;, # The identifier of this Post.
199 &quot;titleLink&quot;: &quot;A String&quot;, # The title link URL, similar to atom&#x27;s related link.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800200 &quot;author&quot;: { # The author of this Post.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800201 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
202 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
203 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800204 &quot;image&quot;: { # The creator&#x27;s avatar.
205 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
206 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800207 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800208 &quot;readerComments&quot;: &quot;A String&quot;, # Comment control and display setting for readers of this post.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800209 &quot;title&quot;: &quot;A String&quot;, # The title of the Post.
210 &quot;status&quot;: &quot;A String&quot;, # Status of the post. Only set for admin-level requests.
211 &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700212 &quot;images&quot;: [ # Display image for the Post.
213 {
214 &quot;url&quot;: &quot;A String&quot;,
215 },
216 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800217 &quot;location&quot;: { # The location for geotagged posts.
218 &quot;name&quot;: &quot;A String&quot;, # Location name.
219 &quot;lat&quot;: 3.14, # Location&#x27;s latitude.
220 &quot;lng&quot;: 3.14, # Location&#x27;s longitude.
221 &quot;span&quot;: &quot;A String&quot;, # Location&#x27;s viewport span. Can be used when rendering a map preview.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800222 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800223 &quot;labels&quot;: [ # The list of labels this Post was tagged with.
224 &quot;A String&quot;,
225 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800226 &quot;url&quot;: &quot;A String&quot;, # The URL where this Post is displayed.
227 &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON meta-data for the Post.
John Asmuth614db982014-04-24 15:46:26 -0400228 }</pre>
229</div>
230
231<div class="method">
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800232 <code class="details" id="getByPath">getByPath(blogId, path, view=None, maxComments=None, x__xgafv=None)</code>
Dan O'Mearadd494642020-05-01 07:42:23 -0700233 <pre>Gets a post by path.
John Asmuth614db982014-04-24 15:46:26 -0400234
235Args:
Dan O'Mearadd494642020-05-01 07:42:23 -0700236 blogId: string, A parameter (required)
237 path: string, A parameter (required)
Bu Sun Kim65020912020-05-20 12:08:20 -0700238 view: string, A parameter
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700239 Allowed values
240 VIEW_TYPE_UNSPECIFIED -
241 READER -
242 AUTHOR -
243 ADMIN -
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800244 maxComments: integer, A parameter
Dan O'Mearadd494642020-05-01 07:42:23 -0700245 x__xgafv: string, V1 error format.
John Asmuth614db982014-04-24 15:46:26 -0400246 Allowed values
Dan O'Mearadd494642020-05-01 07:42:23 -0700247 1 - v1 error format
248 2 - v2 error format
John Asmuth614db982014-04-24 15:46:26 -0400249
250Returns:
251 An object of the form:
252
253 {
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800254 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was published.
255 &quot;blog&quot;: { # Data about the blog containing this Post.
256 &quot;id&quot;: &quot;A String&quot;, # The identifier of the Blog that contains this Post.
257 },
258 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800259 &quot;replies&quot;: { # The container of comments on this Post.
260 &quot;items&quot;: [ # The List of Comments for this Post.
261 {
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800262 &quot;blog&quot;: { # Data about the blog containing this comment.
263 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this comment.
264 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800265 &quot;content&quot;: &quot;A String&quot;, # The actual content of the comment. May include HTML markup.
266 &quot;author&quot;: { # The author of this Comment.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800267 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800268 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800269 &quot;image&quot;: { # The creator&#x27;s avatar.
270 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
271 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800272 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800273 },
274 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was published.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800275 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#comment.
276 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
277 &quot;status&quot;: &quot;A String&quot;, # The status of the comment (only populated for admin users).
278 &quot;inReplyTo&quot;: { # Data about the comment this is in reply to.
279 &quot;id&quot;: &quot;A String&quot;, # The identified of the parent of this comment.
280 },
281 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
282 &quot;post&quot;: { # Data about the post containing this comment.
283 &quot;id&quot;: &quot;A String&quot;, # The identifier of the post containing this comment.
284 },
285 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was last updated.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800286 },
287 ],
288 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the comments on this post.
289 &quot;totalItems&quot;: &quot;A String&quot;, # The count of comments on this post.
290 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800291 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#post.
292 &quot;content&quot;: &quot;A String&quot;, # The content of the Post. May contain HTML markup.
293 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was last updated.
294 &quot;id&quot;: &quot;A String&quot;, # The identifier of this Post.
295 &quot;titleLink&quot;: &quot;A String&quot;, # The title link URL, similar to atom&#x27;s related link.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800296 &quot;author&quot;: { # The author of this Post.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800297 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
298 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
299 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800300 &quot;image&quot;: { # The creator&#x27;s avatar.
301 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
302 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800303 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800304 &quot;readerComments&quot;: &quot;A String&quot;, # Comment control and display setting for readers of this post.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800305 &quot;title&quot;: &quot;A String&quot;, # The title of the Post.
306 &quot;status&quot;: &quot;A String&quot;, # Status of the post. Only set for admin-level requests.
307 &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700308 &quot;images&quot;: [ # Display image for the Post.
309 {
310 &quot;url&quot;: &quot;A String&quot;,
311 },
312 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800313 &quot;location&quot;: { # The location for geotagged posts.
314 &quot;name&quot;: &quot;A String&quot;, # Location name.
315 &quot;lat&quot;: 3.14, # Location&#x27;s latitude.
316 &quot;lng&quot;: 3.14, # Location&#x27;s longitude.
317 &quot;span&quot;: &quot;A String&quot;, # Location&#x27;s viewport span. Can be used when rendering a map preview.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800318 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800319 &quot;labels&quot;: [ # The list of labels this Post was tagged with.
320 &quot;A String&quot;,
321 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800322 &quot;url&quot;: &quot;A String&quot;, # The URL where this Post is displayed.
323 &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON meta-data for the Post.
John Asmuth614db982014-04-24 15:46:26 -0400324 }</pre>
325</div>
326
327<div class="method">
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800328 <code class="details" id="insert">insert(blogId, body=None, isDraft=None, fetchImages=None, fetchBody=None, x__xgafv=None)</code>
Dan O'Mearadd494642020-05-01 07:42:23 -0700329 <pre>Inserts a post.
John Asmuth614db982014-04-24 15:46:26 -0400330
331Args:
Dan O'Mearadd494642020-05-01 07:42:23 -0700332 blogId: string, A parameter (required)
333 body: object, The request body.
John Asmuth614db982014-04-24 15:46:26 -0400334 The object takes the form of:
335
336{
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800337 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was published.
338 &quot;blog&quot;: { # Data about the blog containing this Post.
339 &quot;id&quot;: &quot;A String&quot;, # The identifier of the Blog that contains this Post.
340 },
341 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800342 &quot;replies&quot;: { # The container of comments on this Post.
343 &quot;items&quot;: [ # The List of Comments for this Post.
344 {
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800345 &quot;blog&quot;: { # Data about the blog containing this comment.
346 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this comment.
347 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800348 &quot;content&quot;: &quot;A String&quot;, # The actual content of the comment. May include HTML markup.
349 &quot;author&quot;: { # The author of this Comment.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800350 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800351 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800352 &quot;image&quot;: { # The creator&#x27;s avatar.
353 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
354 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800355 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800356 },
357 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was published.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800358 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#comment.
359 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
360 &quot;status&quot;: &quot;A String&quot;, # The status of the comment (only populated for admin users).
361 &quot;inReplyTo&quot;: { # Data about the comment this is in reply to.
362 &quot;id&quot;: &quot;A String&quot;, # The identified of the parent of this comment.
363 },
364 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
365 &quot;post&quot;: { # Data about the post containing this comment.
366 &quot;id&quot;: &quot;A String&quot;, # The identifier of the post containing this comment.
367 },
368 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was last updated.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800369 },
370 ],
371 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the comments on this post.
372 &quot;totalItems&quot;: &quot;A String&quot;, # The count of comments on this post.
373 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800374 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#post.
375 &quot;content&quot;: &quot;A String&quot;, # The content of the Post. May contain HTML markup.
376 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was last updated.
377 &quot;id&quot;: &quot;A String&quot;, # The identifier of this Post.
378 &quot;titleLink&quot;: &quot;A String&quot;, # The title link URL, similar to atom&#x27;s related link.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800379 &quot;author&quot;: { # The author of this Post.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800380 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
381 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
382 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800383 &quot;image&quot;: { # The creator&#x27;s avatar.
384 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
385 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800386 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800387 &quot;readerComments&quot;: &quot;A String&quot;, # Comment control and display setting for readers of this post.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800388 &quot;title&quot;: &quot;A String&quot;, # The title of the Post.
389 &quot;status&quot;: &quot;A String&quot;, # Status of the post. Only set for admin-level requests.
390 &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700391 &quot;images&quot;: [ # Display image for the Post.
392 {
393 &quot;url&quot;: &quot;A String&quot;,
394 },
395 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800396 &quot;location&quot;: { # The location for geotagged posts.
397 &quot;name&quot;: &quot;A String&quot;, # Location name.
398 &quot;lat&quot;: 3.14, # Location&#x27;s latitude.
399 &quot;lng&quot;: 3.14, # Location&#x27;s longitude.
400 &quot;span&quot;: &quot;A String&quot;, # Location&#x27;s viewport span. Can be used when rendering a map preview.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800401 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800402 &quot;labels&quot;: [ # The list of labels this Post was tagged with.
403 &quot;A String&quot;,
404 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800405 &quot;url&quot;: &quot;A String&quot;, # The URL where this Post is displayed.
406 &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON meta-data for the Post.
John Asmuth614db982014-04-24 15:46:26 -0400407}
408
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800409 isDraft: boolean, A parameter
410 fetchImages: boolean, A parameter
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800411 fetchBody: boolean, A parameter
Dan O'Mearadd494642020-05-01 07:42:23 -0700412 x__xgafv: string, V1 error format.
413 Allowed values
414 1 - v1 error format
415 2 - v2 error format
John Asmuth614db982014-04-24 15:46:26 -0400416
417Returns:
418 An object of the form:
419
420 {
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800421 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was published.
422 &quot;blog&quot;: { # Data about the blog containing this Post.
423 &quot;id&quot;: &quot;A String&quot;, # The identifier of the Blog that contains this Post.
424 },
425 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800426 &quot;replies&quot;: { # The container of comments on this Post.
427 &quot;items&quot;: [ # The List of Comments for this Post.
428 {
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800429 &quot;blog&quot;: { # Data about the blog containing this comment.
430 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this comment.
431 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800432 &quot;content&quot;: &quot;A String&quot;, # The actual content of the comment. May include HTML markup.
433 &quot;author&quot;: { # The author of this Comment.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800434 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800435 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800436 &quot;image&quot;: { # The creator&#x27;s avatar.
437 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
438 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800439 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800440 },
441 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was published.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800442 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#comment.
443 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
444 &quot;status&quot;: &quot;A String&quot;, # The status of the comment (only populated for admin users).
445 &quot;inReplyTo&quot;: { # Data about the comment this is in reply to.
446 &quot;id&quot;: &quot;A String&quot;, # The identified of the parent of this comment.
447 },
448 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
449 &quot;post&quot;: { # Data about the post containing this comment.
450 &quot;id&quot;: &quot;A String&quot;, # The identifier of the post containing this comment.
451 },
452 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was last updated.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800453 },
454 ],
455 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the comments on this post.
456 &quot;totalItems&quot;: &quot;A String&quot;, # The count of comments on this post.
457 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800458 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#post.
459 &quot;content&quot;: &quot;A String&quot;, # The content of the Post. May contain HTML markup.
460 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was last updated.
461 &quot;id&quot;: &quot;A String&quot;, # The identifier of this Post.
462 &quot;titleLink&quot;: &quot;A String&quot;, # The title link URL, similar to atom&#x27;s related link.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800463 &quot;author&quot;: { # The author of this Post.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800464 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
465 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
466 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800467 &quot;image&quot;: { # The creator&#x27;s avatar.
468 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
469 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800470 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800471 &quot;readerComments&quot;: &quot;A String&quot;, # Comment control and display setting for readers of this post.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800472 &quot;title&quot;: &quot;A String&quot;, # The title of the Post.
473 &quot;status&quot;: &quot;A String&quot;, # Status of the post. Only set for admin-level requests.
474 &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700475 &quot;images&quot;: [ # Display image for the Post.
476 {
477 &quot;url&quot;: &quot;A String&quot;,
478 },
479 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800480 &quot;location&quot;: { # The location for geotagged posts.
481 &quot;name&quot;: &quot;A String&quot;, # Location name.
482 &quot;lat&quot;: 3.14, # Location&#x27;s latitude.
483 &quot;lng&quot;: 3.14, # Location&#x27;s longitude.
484 &quot;span&quot;: &quot;A String&quot;, # Location&#x27;s viewport span. Can be used when rendering a map preview.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800485 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800486 &quot;labels&quot;: [ # The list of labels this Post was tagged with.
487 &quot;A String&quot;,
488 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800489 &quot;url&quot;: &quot;A String&quot;, # The URL where this Post is displayed.
490 &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON meta-data for the Post.
John Asmuth614db982014-04-24 15:46:26 -0400491 }</pre>
492</div>
493
494<div class="method">
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800495 <code class="details" id="list">list(blogId, orderBy=None, view=None, endDate=None, status=None, labels=None, maxResults=None, pageToken=None, fetchBodies=None, startDate=None, fetchImages=None, x__xgafv=None)</code>
Dan O'Mearadd494642020-05-01 07:42:23 -0700496 <pre>Lists posts.
John Asmuth614db982014-04-24 15:46:26 -0400497
498Args:
Dan O'Mearadd494642020-05-01 07:42:23 -0700499 blogId: string, A parameter (required)
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800500 orderBy: string, A parameter
501 Allowed values
502 ORDER_BY_UNSPECIFIED -
503 PUBLISHED -
504 UPDATED -
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700505 view: string, A parameter
506 Allowed values
507 VIEW_TYPE_UNSPECIFIED -
508 READER -
509 AUTHOR -
510 ADMIN -
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800511 endDate: string, A parameter
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800512 status: string, A parameter (repeated)
513 Allowed values
514 LIVE -
515 DRAFT -
516 SCHEDULED -
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800517 labels: string, A parameter
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800518 maxResults: integer, A parameter
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800519 pageToken: string, A parameter
520 fetchBodies: boolean, A parameter
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800521 startDate: string, A parameter
522 fetchImages: boolean, A parameter
Dan O'Mearadd494642020-05-01 07:42:23 -0700523 x__xgafv: string, V1 error format.
John Asmuth614db982014-04-24 15:46:26 -0400524 Allowed values
Dan O'Mearadd494642020-05-01 07:42:23 -0700525 1 - v1 error format
526 2 - v2 error format
John Asmuth614db982014-04-24 15:46:26 -0400527
528Returns:
529 An object of the form:
530
531 {
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800532 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#postList.
Bu Sun Kim65020912020-05-20 12:08:20 -0700533 &quot;items&quot;: [ # The list of Posts for this Blog.
John Asmuth614db982014-04-24 15:46:26 -0400534 {
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800535 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was published.
536 &quot;blog&quot;: { # Data about the blog containing this Post.
537 &quot;id&quot;: &quot;A String&quot;, # The identifier of the Blog that contains this Post.
538 },
539 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800540 &quot;replies&quot;: { # The container of comments on this Post.
541 &quot;items&quot;: [ # The List of Comments for this Post.
542 {
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800543 &quot;blog&quot;: { # Data about the blog containing this comment.
544 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this comment.
545 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800546 &quot;content&quot;: &quot;A String&quot;, # The actual content of the comment. May include HTML markup.
547 &quot;author&quot;: { # The author of this Comment.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800548 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800549 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800550 &quot;image&quot;: { # The creator&#x27;s avatar.
551 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
552 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800553 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800554 },
555 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was published.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800556 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#comment.
557 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
558 &quot;status&quot;: &quot;A String&quot;, # The status of the comment (only populated for admin users).
559 &quot;inReplyTo&quot;: { # Data about the comment this is in reply to.
560 &quot;id&quot;: &quot;A String&quot;, # The identified of the parent of this comment.
561 },
562 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
563 &quot;post&quot;: { # Data about the post containing this comment.
564 &quot;id&quot;: &quot;A String&quot;, # The identifier of the post containing this comment.
565 },
566 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was last updated.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800567 },
568 ],
569 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the comments on this post.
570 &quot;totalItems&quot;: &quot;A String&quot;, # The count of comments on this post.
571 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800572 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#post.
573 &quot;content&quot;: &quot;A String&quot;, # The content of the Post. May contain HTML markup.
574 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was last updated.
575 &quot;id&quot;: &quot;A String&quot;, # The identifier of this Post.
576 &quot;titleLink&quot;: &quot;A String&quot;, # The title link URL, similar to atom&#x27;s related link.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800577 &quot;author&quot;: { # The author of this Post.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800578 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
579 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
580 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800581 &quot;image&quot;: { # The creator&#x27;s avatar.
582 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
583 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800584 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800585 &quot;readerComments&quot;: &quot;A String&quot;, # Comment control and display setting for readers of this post.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800586 &quot;title&quot;: &quot;A String&quot;, # The title of the Post.
587 &quot;status&quot;: &quot;A String&quot;, # Status of the post. Only set for admin-level requests.
588 &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700589 &quot;images&quot;: [ # Display image for the Post.
590 {
591 &quot;url&quot;: &quot;A String&quot;,
592 },
593 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800594 &quot;location&quot;: { # The location for geotagged posts.
595 &quot;name&quot;: &quot;A String&quot;, # Location name.
596 &quot;lat&quot;: 3.14, # Location&#x27;s latitude.
597 &quot;lng&quot;: 3.14, # Location&#x27;s longitude.
598 &quot;span&quot;: &quot;A String&quot;, # Location&#x27;s viewport span. Can be used when rendering a map preview.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800599 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800600 &quot;labels&quot;: [ # The list of labels this Post was tagged with.
601 &quot;A String&quot;,
602 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800603 &quot;url&quot;: &quot;A String&quot;, # The URL where this Post is displayed.
604 &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON meta-data for the Post.
John Asmuth614db982014-04-24 15:46:26 -0400605 },
606 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800607 &quot;nextPageToken&quot;: &quot;A String&quot;, # Pagination token to fetch the next page, if one exists.
608 &quot;etag&quot;: &quot;A String&quot;, # Etag of the response.
609 &quot;prevPageToken&quot;: &quot;A String&quot;, # Pagination token to fetch the previous page, if one exists.
John Asmuth614db982014-04-24 15:46:26 -0400610 }</pre>
611</div>
612
613<div class="method">
614 <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
615 <pre>Retrieves the next page of results.
616
617Args:
618 previous_request: The request for the previous page. (required)
619 previous_response: The response from the request for the previous page. (required)
620
621Returns:
Bu Sun Kim65020912020-05-20 12:08:20 -0700622 A request object that you can call &#x27;execute()&#x27; on to request the next
John Asmuth614db982014-04-24 15:46:26 -0400623 page. Returns None if there are no more items in the collection.
624 </pre>
625</div>
626
627<div class="method">
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800628 <code class="details" id="patch">patch(blogId, postId, body=None, maxComments=None, fetchImages=None, publish=None, revert=None, fetchBody=None, x__xgafv=None)</code>
Dan O'Mearadd494642020-05-01 07:42:23 -0700629 <pre>Patches a post.
John Asmuth614db982014-04-24 15:46:26 -0400630
631Args:
Dan O'Mearadd494642020-05-01 07:42:23 -0700632 blogId: string, A parameter (required)
633 postId: string, A parameter (required)
634 body: object, The request body.
John Asmuth614db982014-04-24 15:46:26 -0400635 The object takes the form of:
636
637{
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800638 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was published.
639 &quot;blog&quot;: { # Data about the blog containing this Post.
640 &quot;id&quot;: &quot;A String&quot;, # The identifier of the Blog that contains this Post.
641 },
642 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800643 &quot;replies&quot;: { # The container of comments on this Post.
644 &quot;items&quot;: [ # The List of Comments for this Post.
645 {
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800646 &quot;blog&quot;: { # Data about the blog containing this comment.
647 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this comment.
648 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800649 &quot;content&quot;: &quot;A String&quot;, # The actual content of the comment. May include HTML markup.
650 &quot;author&quot;: { # The author of this Comment.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800651 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800652 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800653 &quot;image&quot;: { # The creator&#x27;s avatar.
654 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
655 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800656 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800657 },
658 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was published.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800659 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#comment.
660 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
661 &quot;status&quot;: &quot;A String&quot;, # The status of the comment (only populated for admin users).
662 &quot;inReplyTo&quot;: { # Data about the comment this is in reply to.
663 &quot;id&quot;: &quot;A String&quot;, # The identified of the parent of this comment.
664 },
665 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
666 &quot;post&quot;: { # Data about the post containing this comment.
667 &quot;id&quot;: &quot;A String&quot;, # The identifier of the post containing this comment.
668 },
669 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was last updated.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800670 },
671 ],
672 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the comments on this post.
673 &quot;totalItems&quot;: &quot;A String&quot;, # The count of comments on this post.
674 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800675 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#post.
676 &quot;content&quot;: &quot;A String&quot;, # The content of the Post. May contain HTML markup.
677 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was last updated.
678 &quot;id&quot;: &quot;A String&quot;, # The identifier of this Post.
679 &quot;titleLink&quot;: &quot;A String&quot;, # The title link URL, similar to atom&#x27;s related link.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800680 &quot;author&quot;: { # The author of this Post.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800681 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
682 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
683 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800684 &quot;image&quot;: { # The creator&#x27;s avatar.
685 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
686 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800687 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800688 &quot;readerComments&quot;: &quot;A String&quot;, # Comment control and display setting for readers of this post.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800689 &quot;title&quot;: &quot;A String&quot;, # The title of the Post.
690 &quot;status&quot;: &quot;A String&quot;, # Status of the post. Only set for admin-level requests.
691 &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700692 &quot;images&quot;: [ # Display image for the Post.
693 {
694 &quot;url&quot;: &quot;A String&quot;,
695 },
696 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800697 &quot;location&quot;: { # The location for geotagged posts.
698 &quot;name&quot;: &quot;A String&quot;, # Location name.
699 &quot;lat&quot;: 3.14, # Location&#x27;s latitude.
700 &quot;lng&quot;: 3.14, # Location&#x27;s longitude.
701 &quot;span&quot;: &quot;A String&quot;, # Location&#x27;s viewport span. Can be used when rendering a map preview.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800702 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800703 &quot;labels&quot;: [ # The list of labels this Post was tagged with.
704 &quot;A String&quot;,
705 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800706 &quot;url&quot;: &quot;A String&quot;, # The URL where this Post is displayed.
707 &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON meta-data for the Post.
John Asmuth614db982014-04-24 15:46:26 -0400708}
709
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800710 maxComments: integer, A parameter
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800711 fetchImages: boolean, A parameter
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800712 publish: boolean, A parameter
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800713 revert: boolean, A parameter
714 fetchBody: boolean, A parameter
Dan O'Mearadd494642020-05-01 07:42:23 -0700715 x__xgafv: string, V1 error format.
John Asmuth614db982014-04-24 15:46:26 -0400716 Allowed values
Dan O'Mearadd494642020-05-01 07:42:23 -0700717 1 - v1 error format
718 2 - v2 error format
Dan O'Mearadd494642020-05-01 07:42:23 -0700719
720Returns:
721 An object of the form:
722
723 {
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800724 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was published.
725 &quot;blog&quot;: { # Data about the blog containing this Post.
726 &quot;id&quot;: &quot;A String&quot;, # The identifier of the Blog that contains this Post.
727 },
728 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800729 &quot;replies&quot;: { # The container of comments on this Post.
730 &quot;items&quot;: [ # The List of Comments for this Post.
731 {
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800732 &quot;blog&quot;: { # Data about the blog containing this comment.
733 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this comment.
734 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800735 &quot;content&quot;: &quot;A String&quot;, # The actual content of the comment. May include HTML markup.
736 &quot;author&quot;: { # The author of this Comment.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800737 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800738 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800739 &quot;image&quot;: { # The creator&#x27;s avatar.
740 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
741 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800742 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800743 },
744 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was published.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800745 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#comment.
746 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
747 &quot;status&quot;: &quot;A String&quot;, # The status of the comment (only populated for admin users).
748 &quot;inReplyTo&quot;: { # Data about the comment this is in reply to.
749 &quot;id&quot;: &quot;A String&quot;, # The identified of the parent of this comment.
750 },
751 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
752 &quot;post&quot;: { # Data about the post containing this comment.
753 &quot;id&quot;: &quot;A String&quot;, # The identifier of the post containing this comment.
754 },
755 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was last updated.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800756 },
757 ],
758 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the comments on this post.
759 &quot;totalItems&quot;: &quot;A String&quot;, # The count of comments on this post.
760 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800761 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#post.
762 &quot;content&quot;: &quot;A String&quot;, # The content of the Post. May contain HTML markup.
763 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was last updated.
764 &quot;id&quot;: &quot;A String&quot;, # The identifier of this Post.
765 &quot;titleLink&quot;: &quot;A String&quot;, # The title link URL, similar to atom&#x27;s related link.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800766 &quot;author&quot;: { # The author of this Post.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800767 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
768 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
769 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800770 &quot;image&quot;: { # The creator&#x27;s avatar.
771 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
772 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800773 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800774 &quot;readerComments&quot;: &quot;A String&quot;, # Comment control and display setting for readers of this post.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800775 &quot;title&quot;: &quot;A String&quot;, # The title of the Post.
776 &quot;status&quot;: &quot;A String&quot;, # Status of the post. Only set for admin-level requests.
777 &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700778 &quot;images&quot;: [ # Display image for the Post.
779 {
780 &quot;url&quot;: &quot;A String&quot;,
781 },
782 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800783 &quot;location&quot;: { # The location for geotagged posts.
784 &quot;name&quot;: &quot;A String&quot;, # Location name.
785 &quot;lat&quot;: 3.14, # Location&#x27;s latitude.
786 &quot;lng&quot;: 3.14, # Location&#x27;s longitude.
787 &quot;span&quot;: &quot;A String&quot;, # Location&#x27;s viewport span. Can be used when rendering a map preview.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800788 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800789 &quot;labels&quot;: [ # The list of labels this Post was tagged with.
790 &quot;A String&quot;,
791 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800792 &quot;url&quot;: &quot;A String&quot;, # The URL where this Post is displayed.
793 &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON meta-data for the Post.
Dan O'Mearadd494642020-05-01 07:42:23 -0700794 }</pre>
795</div>
796
797<div class="method">
798 <code class="details" id="publish">publish(blogId, postId, publishDate=None, x__xgafv=None)</code>
799 <pre>Publishes a post.
800
801Args:
802 blogId: string, A parameter (required)
803 postId: string, A parameter (required)
804 publishDate: string, A parameter
805 x__xgafv: string, V1 error format.
806 Allowed values
807 1 - v1 error format
808 2 - v2 error format
809
810Returns:
811 An object of the form:
812
813 {
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800814 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was published.
815 &quot;blog&quot;: { # Data about the blog containing this Post.
816 &quot;id&quot;: &quot;A String&quot;, # The identifier of the Blog that contains this Post.
817 },
818 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800819 &quot;replies&quot;: { # The container of comments on this Post.
820 &quot;items&quot;: [ # The List of Comments for this Post.
821 {
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800822 &quot;blog&quot;: { # Data about the blog containing this comment.
823 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this comment.
824 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800825 &quot;content&quot;: &quot;A String&quot;, # The actual content of the comment. May include HTML markup.
826 &quot;author&quot;: { # The author of this Comment.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800827 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800828 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800829 &quot;image&quot;: { # The creator&#x27;s avatar.
830 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
831 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800832 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800833 },
834 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was published.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800835 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#comment.
836 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
837 &quot;status&quot;: &quot;A String&quot;, # The status of the comment (only populated for admin users).
838 &quot;inReplyTo&quot;: { # Data about the comment this is in reply to.
839 &quot;id&quot;: &quot;A String&quot;, # The identified of the parent of this comment.
840 },
841 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
842 &quot;post&quot;: { # Data about the post containing this comment.
843 &quot;id&quot;: &quot;A String&quot;, # The identifier of the post containing this comment.
844 },
845 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was last updated.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800846 },
847 ],
848 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the comments on this post.
849 &quot;totalItems&quot;: &quot;A String&quot;, # The count of comments on this post.
850 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800851 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#post.
852 &quot;content&quot;: &quot;A String&quot;, # The content of the Post. May contain HTML markup.
853 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was last updated.
854 &quot;id&quot;: &quot;A String&quot;, # The identifier of this Post.
855 &quot;titleLink&quot;: &quot;A String&quot;, # The title link URL, similar to atom&#x27;s related link.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800856 &quot;author&quot;: { # The author of this Post.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800857 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
858 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
859 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800860 &quot;image&quot;: { # The creator&#x27;s avatar.
861 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
862 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800863 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800864 &quot;readerComments&quot;: &quot;A String&quot;, # Comment control and display setting for readers of this post.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800865 &quot;title&quot;: &quot;A String&quot;, # The title of the Post.
866 &quot;status&quot;: &quot;A String&quot;, # Status of the post. Only set for admin-level requests.
867 &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700868 &quot;images&quot;: [ # Display image for the Post.
869 {
870 &quot;url&quot;: &quot;A String&quot;,
871 },
872 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800873 &quot;location&quot;: { # The location for geotagged posts.
874 &quot;name&quot;: &quot;A String&quot;, # Location name.
875 &quot;lat&quot;: 3.14, # Location&#x27;s latitude.
876 &quot;lng&quot;: 3.14, # Location&#x27;s longitude.
877 &quot;span&quot;: &quot;A String&quot;, # Location&#x27;s viewport span. Can be used when rendering a map preview.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800878 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800879 &quot;labels&quot;: [ # The list of labels this Post was tagged with.
880 &quot;A String&quot;,
881 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800882 &quot;url&quot;: &quot;A String&quot;, # The URL where this Post is displayed.
883 &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON meta-data for the Post.
Dan O'Mearadd494642020-05-01 07:42:23 -0700884 }</pre>
885</div>
886
887<div class="method">
888 <code class="details" id="revert">revert(blogId, postId, x__xgafv=None)</code>
889 <pre>Reverts a published or scheduled post to draft state.
890
891Args:
892 blogId: string, A parameter (required)
893 postId: string, A parameter (required)
894 x__xgafv: string, V1 error format.
895 Allowed values
896 1 - v1 error format
897 2 - v2 error format
898
899Returns:
900 An object of the form:
901
902 {
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800903 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was published.
904 &quot;blog&quot;: { # Data about the blog containing this Post.
905 &quot;id&quot;: &quot;A String&quot;, # The identifier of the Blog that contains this Post.
906 },
907 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800908 &quot;replies&quot;: { # The container of comments on this Post.
909 &quot;items&quot;: [ # The List of Comments for this Post.
910 {
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800911 &quot;blog&quot;: { # Data about the blog containing this comment.
912 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this comment.
913 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800914 &quot;content&quot;: &quot;A String&quot;, # The actual content of the comment. May include HTML markup.
915 &quot;author&quot;: { # The author of this Comment.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800916 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800917 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800918 &quot;image&quot;: { # The creator&#x27;s avatar.
919 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
920 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800921 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800922 },
923 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was published.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800924 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#comment.
925 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
926 &quot;status&quot;: &quot;A String&quot;, # The status of the comment (only populated for admin users).
927 &quot;inReplyTo&quot;: { # Data about the comment this is in reply to.
928 &quot;id&quot;: &quot;A String&quot;, # The identified of the parent of this comment.
929 },
930 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
931 &quot;post&quot;: { # Data about the post containing this comment.
932 &quot;id&quot;: &quot;A String&quot;, # The identifier of the post containing this comment.
933 },
934 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was last updated.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800935 },
936 ],
937 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the comments on this post.
938 &quot;totalItems&quot;: &quot;A String&quot;, # The count of comments on this post.
939 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800940 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#post.
941 &quot;content&quot;: &quot;A String&quot;, # The content of the Post. May contain HTML markup.
942 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was last updated.
943 &quot;id&quot;: &quot;A String&quot;, # The identifier of this Post.
944 &quot;titleLink&quot;: &quot;A String&quot;, # The title link URL, similar to atom&#x27;s related link.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800945 &quot;author&quot;: { # The author of this Post.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800946 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
947 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
948 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800949 &quot;image&quot;: { # The creator&#x27;s avatar.
950 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
951 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800952 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800953 &quot;readerComments&quot;: &quot;A String&quot;, # Comment control and display setting for readers of this post.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800954 &quot;title&quot;: &quot;A String&quot;, # The title of the Post.
955 &quot;status&quot;: &quot;A String&quot;, # Status of the post. Only set for admin-level requests.
956 &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700957 &quot;images&quot;: [ # Display image for the Post.
958 {
959 &quot;url&quot;: &quot;A String&quot;,
960 },
961 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800962 &quot;location&quot;: { # The location for geotagged posts.
963 &quot;name&quot;: &quot;A String&quot;, # Location name.
964 &quot;lat&quot;: 3.14, # Location&#x27;s latitude.
965 &quot;lng&quot;: 3.14, # Location&#x27;s longitude.
966 &quot;span&quot;: &quot;A String&quot;, # Location&#x27;s viewport span. Can be used when rendering a map preview.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800967 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800968 &quot;labels&quot;: [ # The list of labels this Post was tagged with.
969 &quot;A String&quot;,
970 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800971 &quot;url&quot;: &quot;A String&quot;, # The URL where this Post is displayed.
972 &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON meta-data for the Post.
Dan O'Mearadd494642020-05-01 07:42:23 -0700973 }</pre>
974</div>
975
976<div class="method">
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800977 <code class="details" id="search">search(blogId, q, fetchBodies=None, orderBy=None, x__xgafv=None)</code>
Dan O'Mearadd494642020-05-01 07:42:23 -0700978 <pre>Searches for posts matching given query terms in the specified blog.
979
980Args:
981 blogId: string, A parameter (required)
982 q: string, A parameter (required)
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800983 fetchBodies: boolean, A parameter
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700984 orderBy: string, A parameter
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700985 Allowed values
986 ORDER_BY_UNSPECIFIED -
987 PUBLISHED -
988 UPDATED -
Dan O'Mearadd494642020-05-01 07:42:23 -0700989 x__xgafv: string, V1 error format.
990 Allowed values
991 1 - v1 error format
992 2 - v2 error format
John Asmuth614db982014-04-24 15:46:26 -0400993
994Returns:
995 An object of the form:
996
997 {
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800998 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#postList.
Bu Sun Kim65020912020-05-20 12:08:20 -0700999 &quot;items&quot;: [ # The list of Posts for this Blog.
John Asmuth614db982014-04-24 15:46:26 -04001000 {
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001001 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was published.
1002 &quot;blog&quot;: { # Data about the blog containing this Post.
1003 &quot;id&quot;: &quot;A String&quot;, # The identifier of the Blog that contains this Post.
1004 },
1005 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001006 &quot;replies&quot;: { # The container of comments on this Post.
1007 &quot;items&quot;: [ # The List of Comments for this Post.
1008 {
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001009 &quot;blog&quot;: { # Data about the blog containing this comment.
1010 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this comment.
1011 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001012 &quot;content&quot;: &quot;A String&quot;, # The actual content of the comment. May include HTML markup.
1013 &quot;author&quot;: { # The author of this Comment.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001014 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001015 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001016 &quot;image&quot;: { # The creator&#x27;s avatar.
1017 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
1018 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001019 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001020 },
1021 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was published.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001022 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#comment.
1023 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
1024 &quot;status&quot;: &quot;A String&quot;, # The status of the comment (only populated for admin users).
1025 &quot;inReplyTo&quot;: { # Data about the comment this is in reply to.
1026 &quot;id&quot;: &quot;A String&quot;, # The identified of the parent of this comment.
1027 },
1028 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
1029 &quot;post&quot;: { # Data about the post containing this comment.
1030 &quot;id&quot;: &quot;A String&quot;, # The identifier of the post containing this comment.
1031 },
1032 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was last updated.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001033 },
1034 ],
1035 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the comments on this post.
1036 &quot;totalItems&quot;: &quot;A String&quot;, # The count of comments on this post.
1037 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001038 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#post.
1039 &quot;content&quot;: &quot;A String&quot;, # The content of the Post. May contain HTML markup.
1040 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was last updated.
1041 &quot;id&quot;: &quot;A String&quot;, # The identifier of this Post.
1042 &quot;titleLink&quot;: &quot;A String&quot;, # The title link URL, similar to atom&#x27;s related link.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001043 &quot;author&quot;: { # The author of this Post.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001044 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
1045 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
1046 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001047 &quot;image&quot;: { # The creator&#x27;s avatar.
1048 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
1049 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001050 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001051 &quot;readerComments&quot;: &quot;A String&quot;, # Comment control and display setting for readers of this post.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001052 &quot;title&quot;: &quot;A String&quot;, # The title of the Post.
1053 &quot;status&quot;: &quot;A String&quot;, # Status of the post. Only set for admin-level requests.
1054 &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001055 &quot;images&quot;: [ # Display image for the Post.
1056 {
1057 &quot;url&quot;: &quot;A String&quot;,
1058 },
1059 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001060 &quot;location&quot;: { # The location for geotagged posts.
1061 &quot;name&quot;: &quot;A String&quot;, # Location name.
1062 &quot;lat&quot;: 3.14, # Location&#x27;s latitude.
1063 &quot;lng&quot;: 3.14, # Location&#x27;s longitude.
1064 &quot;span&quot;: &quot;A String&quot;, # Location&#x27;s viewport span. Can be used when rendering a map preview.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001065 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001066 &quot;labels&quot;: [ # The list of labels this Post was tagged with.
1067 &quot;A String&quot;,
1068 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001069 &quot;url&quot;: &quot;A String&quot;, # The URL where this Post is displayed.
1070 &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON meta-data for the Post.
John Asmuth614db982014-04-24 15:46:26 -04001071 },
1072 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001073 &quot;nextPageToken&quot;: &quot;A String&quot;, # Pagination token to fetch the next page, if one exists.
1074 &quot;etag&quot;: &quot;A String&quot;, # Etag of the response.
1075 &quot;prevPageToken&quot;: &quot;A String&quot;, # Pagination token to fetch the previous page, if one exists.
John Asmuth614db982014-04-24 15:46:26 -04001076 }</pre>
1077</div>
1078
1079<div class="method">
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001080 <code class="details" id="update">update(blogId, postId, body=None, revert=None, maxComments=None, fetchBody=None, publish=None, fetchImages=None, x__xgafv=None)</code>
Dan O'Mearadd494642020-05-01 07:42:23 -07001081 <pre>Updates a post by blog id and post id.
John Asmuth614db982014-04-24 15:46:26 -04001082
1083Args:
Dan O'Mearadd494642020-05-01 07:42:23 -07001084 blogId: string, A parameter (required)
1085 postId: string, A parameter (required)
1086 body: object, The request body.
John Asmuth614db982014-04-24 15:46:26 -04001087 The object takes the form of:
1088
1089{
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001090 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was published.
1091 &quot;blog&quot;: { # Data about the blog containing this Post.
1092 &quot;id&quot;: &quot;A String&quot;, # The identifier of the Blog that contains this Post.
1093 },
1094 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001095 &quot;replies&quot;: { # The container of comments on this Post.
1096 &quot;items&quot;: [ # The List of Comments for this Post.
1097 {
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001098 &quot;blog&quot;: { # Data about the blog containing this comment.
1099 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this comment.
1100 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001101 &quot;content&quot;: &quot;A String&quot;, # The actual content of the comment. May include HTML markup.
1102 &quot;author&quot;: { # The author of this Comment.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001103 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001104 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001105 &quot;image&quot;: { # The creator&#x27;s avatar.
1106 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
1107 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001108 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001109 },
1110 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was published.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001111 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#comment.
1112 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
1113 &quot;status&quot;: &quot;A String&quot;, # The status of the comment (only populated for admin users).
1114 &quot;inReplyTo&quot;: { # Data about the comment this is in reply to.
1115 &quot;id&quot;: &quot;A String&quot;, # The identified of the parent of this comment.
1116 },
1117 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
1118 &quot;post&quot;: { # Data about the post containing this comment.
1119 &quot;id&quot;: &quot;A String&quot;, # The identifier of the post containing this comment.
1120 },
1121 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was last updated.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001122 },
1123 ],
1124 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the comments on this post.
1125 &quot;totalItems&quot;: &quot;A String&quot;, # The count of comments on this post.
1126 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001127 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#post.
1128 &quot;content&quot;: &quot;A String&quot;, # The content of the Post. May contain HTML markup.
1129 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was last updated.
1130 &quot;id&quot;: &quot;A String&quot;, # The identifier of this Post.
1131 &quot;titleLink&quot;: &quot;A String&quot;, # The title link URL, similar to atom&#x27;s related link.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001132 &quot;author&quot;: { # The author of this Post.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001133 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
1134 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
1135 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001136 &quot;image&quot;: { # The creator&#x27;s avatar.
1137 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
1138 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001139 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001140 &quot;readerComments&quot;: &quot;A String&quot;, # Comment control and display setting for readers of this post.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001141 &quot;title&quot;: &quot;A String&quot;, # The title of the Post.
1142 &quot;status&quot;: &quot;A String&quot;, # Status of the post. Only set for admin-level requests.
1143 &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001144 &quot;images&quot;: [ # Display image for the Post.
1145 {
1146 &quot;url&quot;: &quot;A String&quot;,
1147 },
1148 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001149 &quot;location&quot;: { # The location for geotagged posts.
1150 &quot;name&quot;: &quot;A String&quot;, # Location name.
1151 &quot;lat&quot;: 3.14, # Location&#x27;s latitude.
1152 &quot;lng&quot;: 3.14, # Location&#x27;s longitude.
1153 &quot;span&quot;: &quot;A String&quot;, # Location&#x27;s viewport span. Can be used when rendering a map preview.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001154 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001155 &quot;labels&quot;: [ # The list of labels this Post was tagged with.
1156 &quot;A String&quot;,
1157 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001158 &quot;url&quot;: &quot;A String&quot;, # The URL where this Post is displayed.
1159 &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON meta-data for the Post.
John Asmuth614db982014-04-24 15:46:26 -04001160}
1161
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001162 revert: boolean, A parameter
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001163 maxComments: integer, A parameter
1164 fetchBody: boolean, A parameter
1165 publish: boolean, A parameter
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001166 fetchImages: boolean, A parameter
Dan O'Mearadd494642020-05-01 07:42:23 -07001167 x__xgafv: string, V1 error format.
1168 Allowed values
1169 1 - v1 error format
1170 2 - v2 error format
John Asmuth614db982014-04-24 15:46:26 -04001171
1172Returns:
1173 An object of the form:
1174
1175 {
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001176 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was published.
1177 &quot;blog&quot;: { # Data about the blog containing this Post.
1178 &quot;id&quot;: &quot;A String&quot;, # The identifier of the Blog that contains this Post.
1179 },
1180 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001181 &quot;replies&quot;: { # The container of comments on this Post.
1182 &quot;items&quot;: [ # The List of Comments for this Post.
1183 {
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001184 &quot;blog&quot;: { # Data about the blog containing this comment.
1185 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this comment.
1186 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001187 &quot;content&quot;: &quot;A String&quot;, # The actual content of the comment. May include HTML markup.
1188 &quot;author&quot;: { # The author of this Comment.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001189 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001190 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001191 &quot;image&quot;: { # The creator&#x27;s avatar.
1192 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
1193 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001194 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001195 },
1196 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was published.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001197 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#comment.
1198 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
1199 &quot;status&quot;: &quot;A String&quot;, # The status of the comment (only populated for admin users).
1200 &quot;inReplyTo&quot;: { # Data about the comment this is in reply to.
1201 &quot;id&quot;: &quot;A String&quot;, # The identified of the parent of this comment.
1202 },
1203 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
1204 &quot;post&quot;: { # Data about the post containing this comment.
1205 &quot;id&quot;: &quot;A String&quot;, # The identifier of the post containing this comment.
1206 },
1207 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was last updated.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001208 },
1209 ],
1210 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the comments on this post.
1211 &quot;totalItems&quot;: &quot;A String&quot;, # The count of comments on this post.
1212 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001213 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#post.
1214 &quot;content&quot;: &quot;A String&quot;, # The content of the Post. May contain HTML markup.
1215 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was last updated.
1216 &quot;id&quot;: &quot;A String&quot;, # The identifier of this Post.
1217 &quot;titleLink&quot;: &quot;A String&quot;, # The title link URL, similar to atom&#x27;s related link.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001218 &quot;author&quot;: { # The author of this Post.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001219 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
1220 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
1221 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001222 &quot;image&quot;: { # The creator&#x27;s avatar.
1223 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
1224 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001225 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001226 &quot;readerComments&quot;: &quot;A String&quot;, # Comment control and display setting for readers of this post.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001227 &quot;title&quot;: &quot;A String&quot;, # The title of the Post.
1228 &quot;status&quot;: &quot;A String&quot;, # Status of the post. Only set for admin-level requests.
1229 &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001230 &quot;images&quot;: [ # Display image for the Post.
1231 {
1232 &quot;url&quot;: &quot;A String&quot;,
1233 },
1234 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001235 &quot;location&quot;: { # The location for geotagged posts.
1236 &quot;name&quot;: &quot;A String&quot;, # Location name.
1237 &quot;lat&quot;: 3.14, # Location&#x27;s latitude.
1238 &quot;lng&quot;: 3.14, # Location&#x27;s longitude.
1239 &quot;span&quot;: &quot;A String&quot;, # Location&#x27;s viewport span. Can be used when rendering a map preview.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -08001240 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001241 &quot;labels&quot;: [ # The list of labels this Post was tagged with.
1242 &quot;A String&quot;,
1243 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -08001244 &quot;url&quot;: &quot;A String&quot;, # The URL where this Post is displayed.
1245 &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON meta-data for the Post.
John Asmuth614db982014-04-24 15:46:26 -04001246 }</pre>
1247</div>
1248
1249</body></html>