blob: 0d8e3d6455366c14687ef4fcab4a576c6b37119e [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.comments.html">comments</a></h1>
John Asmuth614db982014-04-24 15:46:26 -040076<h2>Instance Methods</h2>
77<p class="toc_element">
Dan O'Mearadd494642020-05-01 07:42:23 -070078 <code><a href="#approve">approve(blogId, postId, commentId, x__xgafv=None)</a></code></p>
79<p class="firstline">Marks a comment as not spam by blog id, post id and comment id.</p>
John Asmuth614db982014-04-24 15:46:26 -040080<p class="toc_element">
Dan O'Mearadd494642020-05-01 07:42:23 -070081 <code><a href="#delete">delete(blogId, postId, commentId, x__xgafv=None)</a></code></p>
82<p class="firstline">Deletes a comment by blog id, post id and comment id.</p>
John Asmuth614db982014-04-24 15:46:26 -040083<p class="toc_element">
Bu Sun Kim65020912020-05-20 12:08:20 -070084 <code><a href="#get">get(blogId, postId, commentId, view=None, x__xgafv=None)</a></code></p>
Dan O'Mearadd494642020-05-01 07:42:23 -070085<p class="firstline">Gets a comment by id.</p>
John Asmuth614db982014-04-24 15:46:26 -040086<p class="toc_element">
Bu Sun Kim65020912020-05-20 12:08:20 -070087 <code><a href="#list">list(blogId, postId, view=None, fetchBodies=None, status=None, endDate=None, startDate=None, maxResults=None, pageToken=None, x__xgafv=None)</a></code></p>
Dan O'Mearadd494642020-05-01 07:42:23 -070088<p class="firstline">Lists comments.</p>
John Asmuth614db982014-04-24 15:46:26 -040089<p class="toc_element">
Bu Sun Kim65020912020-05-20 12:08:20 -070090 <code><a href="#listByBlog">listByBlog(blogId, endDate=None, fetchBodies=None, maxResults=None, status=None, startDate=None, pageToken=None, x__xgafv=None)</a></code></p>
Dan O'Mearadd494642020-05-01 07:42:23 -070091<p class="firstline">Lists comments by blog.</p>
John Asmuth614db982014-04-24 15:46:26 -040092<p class="toc_element">
93 <code><a href="#listByBlog_next">listByBlog_next(previous_request, previous_response)</a></code></p>
94<p class="firstline">Retrieves the next page of results.</p>
95<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">
Dan O'Mearadd494642020-05-01 07:42:23 -070099 <code><a href="#markAsSpam">markAsSpam(blogId, postId, commentId, x__xgafv=None)</a></code></p>
100<p class="firstline">Marks a comment as spam by blog id, post id and comment id.</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="#removeContent">removeContent(blogId, postId, commentId, x__xgafv=None)</a></code></p>
103<p class="firstline">Removes the content of a comment by blog id, post id and comment id.</p>
John Asmuth614db982014-04-24 15:46:26 -0400104<h3>Method Details</h3>
105<div class="method">
Dan O'Mearadd494642020-05-01 07:42:23 -0700106 <code class="details" id="approve">approve(blogId, postId, commentId, x__xgafv=None)</code>
107 <pre>Marks a comment as not spam by blog id, post id and comment id.
John Asmuth614db982014-04-24 15:46:26 -0400108
109Args:
Dan O'Mearadd494642020-05-01 07:42:23 -0700110 blogId: string, A parameter (required)
111 postId: string, A parameter (required)
112 commentId: string, A parameter (required)
113 x__xgafv: string, V1 error format.
114 Allowed values
115 1 - v1 error format
116 2 - v2 error format
John Asmuth614db982014-04-24 15:46:26 -0400117
118Returns:
119 An object of the form:
120
121 {
Bu Sun Kim65020912020-05-20 12:08:20 -0700122 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#comment.
123 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
124 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
125 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was published.
126 &quot;blog&quot;: { # Data about the blog containing this comment.
127 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this comment.
John Asmuth614db982014-04-24 15:46:26 -0400128 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700129 &quot;content&quot;: &quot;A String&quot;, # The actual content of the comment. May include HTML markup.
130 &quot;inReplyTo&quot;: { # Data about the comment this is in reply to.
131 &quot;id&quot;: &quot;A String&quot;, # The identified of the parent of this comment.
132 },
133 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was last updated.
134 &quot;status&quot;: &quot;A String&quot;, # The status of the comment (only populated for admin users).
135 &quot;author&quot;: { # The author of this Comment.
136 &quot;image&quot;: { # The creator&#x27;s avatar.
137 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
John Asmuth614db982014-04-24 15:46:26 -0400138 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700139 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
140 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
141 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
John Asmuth614db982014-04-24 15:46:26 -0400142 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700143 &quot;post&quot;: { # Data about the post containing this comment.
144 &quot;id&quot;: &quot;A String&quot;, # The identifier of the post containing this comment.
John Asmuth614db982014-04-24 15:46:26 -0400145 },
John Asmuth614db982014-04-24 15:46:26 -0400146 }</pre>
147</div>
148
149<div class="method">
Dan O'Mearadd494642020-05-01 07:42:23 -0700150 <code class="details" id="delete">delete(blogId, postId, commentId, x__xgafv=None)</code>
151 <pre>Deletes a comment by blog id, post id and comment id.
John Asmuth614db982014-04-24 15:46:26 -0400152
153Args:
Dan O'Mearadd494642020-05-01 07:42:23 -0700154 blogId: string, A parameter (required)
155 postId: string, A parameter (required)
156 commentId: string, A parameter (required)
157 x__xgafv: string, V1 error format.
158 Allowed values
159 1 - v1 error format
160 2 - v2 error format
John Asmuth614db982014-04-24 15:46:26 -0400161</pre>
162</div>
163
164<div class="method">
Bu Sun Kim65020912020-05-20 12:08:20 -0700165 <code class="details" id="get">get(blogId, postId, commentId, view=None, x__xgafv=None)</code>
Dan O'Mearadd494642020-05-01 07:42:23 -0700166 <pre>Gets a comment by id.
John Asmuth614db982014-04-24 15:46:26 -0400167
168Args:
Dan O'Mearadd494642020-05-01 07:42:23 -0700169 blogId: string, A parameter (required)
170 postId: string, A parameter (required)
171 commentId: string, A parameter (required)
Bu Sun Kim65020912020-05-20 12:08:20 -0700172 view: string, A parameter
Dan O'Mearadd494642020-05-01 07:42:23 -0700173 x__xgafv: string, V1 error format.
John Asmuth614db982014-04-24 15:46:26 -0400174 Allowed values
Dan O'Mearadd494642020-05-01 07:42:23 -0700175 1 - v1 error format
176 2 - v2 error format
John Asmuth614db982014-04-24 15:46:26 -0400177
178Returns:
179 An object of the form:
180
181 {
Bu Sun Kim65020912020-05-20 12:08:20 -0700182 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#comment.
183 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
184 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
185 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was published.
186 &quot;blog&quot;: { # Data about the blog containing this comment.
187 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this comment.
John Asmuth614db982014-04-24 15:46:26 -0400188 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700189 &quot;content&quot;: &quot;A String&quot;, # The actual content of the comment. May include HTML markup.
190 &quot;inReplyTo&quot;: { # Data about the comment this is in reply to.
191 &quot;id&quot;: &quot;A String&quot;, # The identified of the parent of this comment.
192 },
193 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was last updated.
194 &quot;status&quot;: &quot;A String&quot;, # The status of the comment (only populated for admin users).
195 &quot;author&quot;: { # The author of this Comment.
196 &quot;image&quot;: { # The creator&#x27;s avatar.
197 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
John Asmuth614db982014-04-24 15:46:26 -0400198 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700199 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
200 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
201 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
John Asmuth614db982014-04-24 15:46:26 -0400202 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700203 &quot;post&quot;: { # Data about the post containing this comment.
204 &quot;id&quot;: &quot;A String&quot;, # The identifier of the post containing this comment.
John Asmuth614db982014-04-24 15:46:26 -0400205 },
John Asmuth614db982014-04-24 15:46:26 -0400206 }</pre>
207</div>
208
209<div class="method">
Bu Sun Kim65020912020-05-20 12:08:20 -0700210 <code class="details" id="list">list(blogId, postId, view=None, fetchBodies=None, status=None, endDate=None, startDate=None, maxResults=None, pageToken=None, x__xgafv=None)</code>
Dan O'Mearadd494642020-05-01 07:42:23 -0700211 <pre>Lists comments.
John Asmuth614db982014-04-24 15:46:26 -0400212
213Args:
Dan O'Mearadd494642020-05-01 07:42:23 -0700214 blogId: string, A parameter (required)
215 postId: string, A parameter (required)
Bu Sun Kim65020912020-05-20 12:08:20 -0700216 view: string, A parameter
217 fetchBodies: boolean, A parameter
218 status: string, A parameter
Dan O'Mearadd494642020-05-01 07:42:23 -0700219 endDate: string, A parameter
Bu Sun Kim65020912020-05-20 12:08:20 -0700220 startDate: string, A parameter
221 maxResults: integer, A parameter
222 pageToken: string, A parameter
Dan O'Mearadd494642020-05-01 07:42:23 -0700223 x__xgafv: string, V1 error format.
John Asmuth614db982014-04-24 15:46:26 -0400224 Allowed values
Dan O'Mearadd494642020-05-01 07:42:23 -0700225 1 - v1 error format
226 2 - v2 error format
John Asmuth614db982014-04-24 15:46:26 -0400227
228Returns:
229 An object of the form:
230
231 {
Bu Sun Kim65020912020-05-20 12:08:20 -0700232 &quot;prevPageToken&quot;: &quot;A String&quot;, # Pagination token to fetch the previous page, if one exists.
233 &quot;etag&quot;: &quot;A String&quot;, # Etag of the response.
234 &quot;nextPageToken&quot;: &quot;A String&quot;, # Pagination token to fetch the next page, if one exists.
235 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#commentList.
236 &quot;items&quot;: [ # The List of Comments for a Post.
John Asmuth614db982014-04-24 15:46:26 -0400237 {
Bu Sun Kim65020912020-05-20 12:08:20 -0700238 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#comment.
239 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
240 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
241 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was published.
242 &quot;blog&quot;: { # Data about the blog containing this comment.
243 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this comment.
John Asmuth614db982014-04-24 15:46:26 -0400244 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700245 &quot;content&quot;: &quot;A String&quot;, # The actual content of the comment. May include HTML markup.
246 &quot;inReplyTo&quot;: { # Data about the comment this is in reply to.
247 &quot;id&quot;: &quot;A String&quot;, # The identified of the parent of this comment.
248 },
249 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was last updated.
250 &quot;status&quot;: &quot;A String&quot;, # The status of the comment (only populated for admin users).
251 &quot;author&quot;: { # The author of this Comment.
252 &quot;image&quot;: { # The creator&#x27;s avatar.
253 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
John Asmuth614db982014-04-24 15:46:26 -0400254 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700255 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
256 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
257 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
John Asmuth614db982014-04-24 15:46:26 -0400258 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700259 &quot;post&quot;: { # Data about the post containing this comment.
260 &quot;id&quot;: &quot;A String&quot;, # The identifier of the post containing this comment.
John Asmuth614db982014-04-24 15:46:26 -0400261 },
John Asmuth614db982014-04-24 15:46:26 -0400262 },
263 ],
John Asmuth614db982014-04-24 15:46:26 -0400264 }</pre>
265</div>
266
267<div class="method">
Bu Sun Kim65020912020-05-20 12:08:20 -0700268 <code class="details" id="listByBlog">listByBlog(blogId, endDate=None, fetchBodies=None, maxResults=None, status=None, startDate=None, pageToken=None, x__xgafv=None)</code>
Dan O'Mearadd494642020-05-01 07:42:23 -0700269 <pre>Lists comments by blog.
John Asmuth614db982014-04-24 15:46:26 -0400270
271Args:
Dan O'Mearadd494642020-05-01 07:42:23 -0700272 blogId: string, A parameter (required)
Dan O'Mearadd494642020-05-01 07:42:23 -0700273 endDate: string, A parameter
Bu Sun Kim65020912020-05-20 12:08:20 -0700274 fetchBodies: boolean, A parameter
275 maxResults: integer, A parameter
276 status: string, A parameter (repeated)
277 startDate: string, A parameter
278 pageToken: string, A parameter
Dan O'Mearadd494642020-05-01 07:42:23 -0700279 x__xgafv: string, V1 error format.
Craig Citroe633be12015-03-02 13:40:36 -0800280 Allowed values
Dan O'Mearadd494642020-05-01 07:42:23 -0700281 1 - v1 error format
282 2 - v2 error format
John Asmuth614db982014-04-24 15:46:26 -0400283
284Returns:
285 An object of the form:
286
287 {
Bu Sun Kim65020912020-05-20 12:08:20 -0700288 &quot;prevPageToken&quot;: &quot;A String&quot;, # Pagination token to fetch the previous page, if one exists.
289 &quot;etag&quot;: &quot;A String&quot;, # Etag of the response.
290 &quot;nextPageToken&quot;: &quot;A String&quot;, # Pagination token to fetch the next page, if one exists.
291 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#commentList.
292 &quot;items&quot;: [ # The List of Comments for a Post.
John Asmuth614db982014-04-24 15:46:26 -0400293 {
Bu Sun Kim65020912020-05-20 12:08:20 -0700294 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#comment.
295 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
296 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
297 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was published.
298 &quot;blog&quot;: { # Data about the blog containing this comment.
299 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this comment.
John Asmuth614db982014-04-24 15:46:26 -0400300 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700301 &quot;content&quot;: &quot;A String&quot;, # The actual content of the comment. May include HTML markup.
302 &quot;inReplyTo&quot;: { # Data about the comment this is in reply to.
303 &quot;id&quot;: &quot;A String&quot;, # The identified of the parent of this comment.
304 },
305 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was last updated.
306 &quot;status&quot;: &quot;A String&quot;, # The status of the comment (only populated for admin users).
307 &quot;author&quot;: { # The author of this Comment.
308 &quot;image&quot;: { # The creator&#x27;s avatar.
309 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
John Asmuth614db982014-04-24 15:46:26 -0400310 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700311 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
312 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
313 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
John Asmuth614db982014-04-24 15:46:26 -0400314 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700315 &quot;post&quot;: { # Data about the post containing this comment.
316 &quot;id&quot;: &quot;A String&quot;, # The identifier of the post containing this comment.
John Asmuth614db982014-04-24 15:46:26 -0400317 },
John Asmuth614db982014-04-24 15:46:26 -0400318 },
319 ],
John Asmuth614db982014-04-24 15:46:26 -0400320 }</pre>
321</div>
322
323<div class="method">
324 <code class="details" id="listByBlog_next">listByBlog_next(previous_request, previous_response)</code>
325 <pre>Retrieves the next page of results.
326
327Args:
328 previous_request: The request for the previous page. (required)
329 previous_response: The response from the request for the previous page. (required)
330
331Returns:
Bu Sun Kim65020912020-05-20 12:08:20 -0700332 A request object that you can call &#x27;execute()&#x27; on to request the next
John Asmuth614db982014-04-24 15:46:26 -0400333 page. Returns None if there are no more items in the collection.
334 </pre>
335</div>
336
337<div class="method">
338 <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
339 <pre>Retrieves the next page of results.
340
341Args:
342 previous_request: The request for the previous page. (required)
343 previous_response: The response from the request for the previous page. (required)
344
345Returns:
Bu Sun Kim65020912020-05-20 12:08:20 -0700346 A request object that you can call &#x27;execute()&#x27; on to request the next
John Asmuth614db982014-04-24 15:46:26 -0400347 page. Returns None if there are no more items in the collection.
348 </pre>
349</div>
350
351<div class="method">
Dan O'Mearadd494642020-05-01 07:42:23 -0700352 <code class="details" id="markAsSpam">markAsSpam(blogId, postId, commentId, x__xgafv=None)</code>
353 <pre>Marks a comment as spam by blog id, post id and comment id.
John Asmuth614db982014-04-24 15:46:26 -0400354
355Args:
Dan O'Mearadd494642020-05-01 07:42:23 -0700356 blogId: string, A parameter (required)
357 postId: string, A parameter (required)
358 commentId: string, A parameter (required)
359 x__xgafv: string, V1 error format.
360 Allowed values
361 1 - v1 error format
362 2 - v2 error format
John Asmuth614db982014-04-24 15:46:26 -0400363
364Returns:
365 An object of the form:
366
367 {
Bu Sun Kim65020912020-05-20 12:08:20 -0700368 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#comment.
369 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
370 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
371 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was published.
372 &quot;blog&quot;: { # Data about the blog containing this comment.
373 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this comment.
John Asmuth614db982014-04-24 15:46:26 -0400374 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700375 &quot;content&quot;: &quot;A String&quot;, # The actual content of the comment. May include HTML markup.
376 &quot;inReplyTo&quot;: { # Data about the comment this is in reply to.
377 &quot;id&quot;: &quot;A String&quot;, # The identified of the parent of this comment.
378 },
379 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was last updated.
380 &quot;status&quot;: &quot;A String&quot;, # The status of the comment (only populated for admin users).
381 &quot;author&quot;: { # The author of this Comment.
382 &quot;image&quot;: { # The creator&#x27;s avatar.
383 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
John Asmuth614db982014-04-24 15:46:26 -0400384 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700385 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
386 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
387 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
John Asmuth614db982014-04-24 15:46:26 -0400388 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700389 &quot;post&quot;: { # Data about the post containing this comment.
390 &quot;id&quot;: &quot;A String&quot;, # The identifier of the post containing this comment.
John Asmuth614db982014-04-24 15:46:26 -0400391 },
John Asmuth614db982014-04-24 15:46:26 -0400392 }</pre>
393</div>
394
395<div class="method">
Dan O'Mearadd494642020-05-01 07:42:23 -0700396 <code class="details" id="removeContent">removeContent(blogId, postId, commentId, x__xgafv=None)</code>
397 <pre>Removes the content of a comment by blog id, post id and comment id.
John Asmuth614db982014-04-24 15:46:26 -0400398
399Args:
Dan O'Mearadd494642020-05-01 07:42:23 -0700400 blogId: string, A parameter (required)
401 postId: string, A parameter (required)
402 commentId: string, A parameter (required)
403 x__xgafv: string, V1 error format.
404 Allowed values
405 1 - v1 error format
406 2 - v2 error format
John Asmuth614db982014-04-24 15:46:26 -0400407
408Returns:
409 An object of the form:
410
411 {
Bu Sun Kim65020912020-05-20 12:08:20 -0700412 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#comment.
413 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
414 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
415 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was published.
416 &quot;blog&quot;: { # Data about the blog containing this comment.
417 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this comment.
John Asmuth614db982014-04-24 15:46:26 -0400418 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700419 &quot;content&quot;: &quot;A String&quot;, # The actual content of the comment. May include HTML markup.
420 &quot;inReplyTo&quot;: { # Data about the comment this is in reply to.
421 &quot;id&quot;: &quot;A String&quot;, # The identified of the parent of this comment.
422 },
423 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was last updated.
424 &quot;status&quot;: &quot;A String&quot;, # The status of the comment (only populated for admin users).
425 &quot;author&quot;: { # The author of this Comment.
426 &quot;image&quot;: { # The creator&#x27;s avatar.
427 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
John Asmuth614db982014-04-24 15:46:26 -0400428 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700429 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
430 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
431 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
John Asmuth614db982014-04-24 15:46:26 -0400432 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700433 &quot;post&quot;: { # Data about the post containing this comment.
434 &quot;id&quot;: &quot;A String&quot;, # The identifier of the post containing this comment.
John Asmuth614db982014-04-24 15:46:26 -0400435 },
John Asmuth614db982014-04-24 15:46:26 -0400436 }</pre>
437</div>
438
439</body></html>