blob: e83ce39657b1936b90964cbe3ade04252023b0cb [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.pages.html">pages</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, pageId, x__xgafv=None)</a></code></p>
82<p class="firstline">Deletes a page by blog id and page 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, pageId, view=None, x__xgafv=None)</a></code></p>
Dan O'Mearadd494642020-05-01 07:42:23 -070085<p class="firstline">Gets a page by blog id and page id.</p>
John Asmuth614db982014-04-24 15:46:26 -040086<p class="toc_element">
Dan O'Mearadd494642020-05-01 07:42:23 -070087 <code><a href="#insert">insert(blogId, body=None, isDraft=None, x__xgafv=None)</a></code></p>
88<p class="firstline">Inserts a page.</p>
John Asmuth614db982014-04-24 15:46:26 -040089<p class="toc_element">
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080090 <code><a href="#list">list(blogId, fetchBodies=None, status=None, pageToken=None, view=None, maxResults=None, x__xgafv=None)</a></code></p>
Dan O'Mearadd494642020-05-01 07:42:23 -070091<p class="firstline">Lists pages.</p>
John Asmuth614db982014-04-24 15:46:26 -040092<p class="toc_element">
Craig Citroe633be12015-03-02 13:40:36 -080093 <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
94<p class="firstline">Retrieves the next page of results.</p>
95<p class="toc_element">
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070096 <code><a href="#patch">patch(blogId, pageId, body=None, revert=None, publish=None, x__xgafv=None)</a></code></p>
Dan O'Mearadd494642020-05-01 07:42:23 -070097<p class="firstline">Patches a page.</p>
John Asmuth614db982014-04-24 15:46:26 -040098<p class="toc_element">
Dan O'Mearadd494642020-05-01 07:42:23 -070099 <code><a href="#publish">publish(blogId, pageId, x__xgafv=None)</a></code></p>
100<p class="firstline">Publishes a page.</p>
Craig Citro065b5302014-08-14 00:47:23 -0700101<p class="toc_element">
Dan O'Mearadd494642020-05-01 07:42:23 -0700102 <code><a href="#revert">revert(blogId, pageId, x__xgafv=None)</a></code></p>
103<p class="firstline">Reverts a published or scheduled page to draft state.</p>
Craig Citro065b5302014-08-14 00:47:23 -0700104<p class="toc_element">
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800105 <code><a href="#update">update(blogId, pageId, body=None, publish=None, revert=None, x__xgafv=None)</a></code></p>
Dan O'Mearadd494642020-05-01 07:42:23 -0700106<p class="firstline">Updates a page by blog id and page id.</p>
John Asmuth614db982014-04-24 15:46:26 -0400107<h3>Method Details</h3>
108<div class="method">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700109 <code class="details" id="close">close()</code>
110 <pre>Close httplib2 connections.</pre>
111</div>
112
113<div class="method">
Dan O'Mearadd494642020-05-01 07:42:23 -0700114 <code class="details" id="delete">delete(blogId, pageId, x__xgafv=None)</code>
115 <pre>Deletes a page by blog id and page id.
John Asmuth614db982014-04-24 15:46:26 -0400116
117Args:
Dan O'Mearadd494642020-05-01 07:42:23 -0700118 blogId: string, A parameter (required)
119 pageId: string, A parameter (required)
120 x__xgafv: string, V1 error format.
121 Allowed values
122 1 - v1 error format
123 2 - v2 error format
John Asmuth614db982014-04-24 15:46:26 -0400124</pre>
125</div>
126
127<div class="method">
Bu Sun Kim65020912020-05-20 12:08:20 -0700128 <code class="details" id="get">get(blogId, pageId, view=None, x__xgafv=None)</code>
Dan O'Mearadd494642020-05-01 07:42:23 -0700129 <pre>Gets a page by blog id and page id.
John Asmuth614db982014-04-24 15:46:26 -0400130
131Args:
Dan O'Mearadd494642020-05-01 07:42:23 -0700132 blogId: string, A parameter (required)
133 pageId: string, A parameter (required)
Bu Sun Kim65020912020-05-20 12:08:20 -0700134 view: string, A parameter
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700135 Allowed values
136 VIEW_TYPE_UNSPECIFIED -
137 READER -
138 AUTHOR -
139 ADMIN -
Dan O'Mearadd494642020-05-01 07:42:23 -0700140 x__xgafv: string, V1 error format.
John Asmuth614db982014-04-24 15:46:26 -0400141 Allowed values
Dan O'Mearadd494642020-05-01 07:42:23 -0700142 1 - v1 error format
143 2 - v2 error format
John Asmuth614db982014-04-24 15:46:26 -0400144
145Returns:
146 An object of the form:
147
148 {
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800149 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was last updated.
150 &quot;status&quot;: &quot;A String&quot;, # The status of the page for admin resources (either LIVE or DRAFT).
151 &quot;title&quot;: &quot;A String&quot;, # The title of this entity. This is the name displayed in the Admin user interface.
152 &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800153 &quot;author&quot;: { # The author of this Page.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800154 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800155 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
156 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800157 &quot;image&quot;: { # The creator&#x27;s avatar.
158 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700159 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800160 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800161 &quot;url&quot;: &quot;A String&quot;, # The URL that this Page is displayed at.
162 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was published.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800163 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800164 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800165 &quot;content&quot;: &quot;A String&quot;, # The body content of this Page, in HTML.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800166 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#page.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800167 &quot;blog&quot;: { # Data about the blog containing this Page.
168 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this page.
169 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800170 }</pre>
John Asmuth614db982014-04-24 15:46:26 -0400171</div>
172
173<div class="method">
Dan O'Mearadd494642020-05-01 07:42:23 -0700174 <code class="details" id="insert">insert(blogId, body=None, isDraft=None, x__xgafv=None)</code>
175 <pre>Inserts a page.
John Asmuth614db982014-04-24 15:46:26 -0400176
177Args:
Dan O'Mearadd494642020-05-01 07:42:23 -0700178 blogId: string, A parameter (required)
179 body: object, The request body.
John Asmuth614db982014-04-24 15:46:26 -0400180 The object takes the form of:
181
182{
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800183 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was last updated.
184 &quot;status&quot;: &quot;A String&quot;, # The status of the page for admin resources (either LIVE or DRAFT).
185 &quot;title&quot;: &quot;A String&quot;, # The title of this entity. This is the name displayed in the Admin user interface.
186 &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800187 &quot;author&quot;: { # The author of this Page.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800188 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800189 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
190 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800191 &quot;image&quot;: { # The creator&#x27;s avatar.
192 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700193 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800194 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800195 &quot;url&quot;: &quot;A String&quot;, # The URL that this Page is displayed at.
196 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was published.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800197 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800198 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800199 &quot;content&quot;: &quot;A String&quot;, # The body content of this Page, in HTML.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800200 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#page.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800201 &quot;blog&quot;: { # Data about the blog containing this Page.
202 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this page.
203 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800204}
John Asmuth614db982014-04-24 15:46:26 -0400205
Dan O'Mearadd494642020-05-01 07:42:23 -0700206 isDraft: boolean, A parameter
207 x__xgafv: string, V1 error format.
208 Allowed values
209 1 - v1 error format
210 2 - v2 error format
John Asmuth614db982014-04-24 15:46:26 -0400211
212Returns:
213 An object of the form:
214
215 {
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800216 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was last updated.
217 &quot;status&quot;: &quot;A String&quot;, # The status of the page for admin resources (either LIVE or DRAFT).
218 &quot;title&quot;: &quot;A String&quot;, # The title of this entity. This is the name displayed in the Admin user interface.
219 &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800220 &quot;author&quot;: { # The author of this Page.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800221 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800222 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
223 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800224 &quot;image&quot;: { # The creator&#x27;s avatar.
225 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700226 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800227 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800228 &quot;url&quot;: &quot;A String&quot;, # The URL that this Page is displayed at.
229 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was published.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800230 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800231 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800232 &quot;content&quot;: &quot;A String&quot;, # The body content of this Page, in HTML.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800233 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#page.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800234 &quot;blog&quot;: { # Data about the blog containing this Page.
235 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this page.
236 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800237 }</pre>
John Asmuth614db982014-04-24 15:46:26 -0400238</div>
239
240<div class="method">
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800241 <code class="details" id="list">list(blogId, fetchBodies=None, status=None, pageToken=None, view=None, maxResults=None, x__xgafv=None)</code>
Dan O'Mearadd494642020-05-01 07:42:23 -0700242 <pre>Lists pages.
John Asmuth614db982014-04-24 15:46:26 -0400243
244Args:
Dan O'Mearadd494642020-05-01 07:42:23 -0700245 blogId: string, A parameter (required)
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800246 fetchBodies: boolean, A parameter
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800247 status: string, A parameter (repeated)
248 Allowed values
249 LIVE -
250 DRAFT -
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800251 pageToken: string, A parameter
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700252 view: string, A parameter
253 Allowed values
254 VIEW_TYPE_UNSPECIFIED -
255 READER -
256 AUTHOR -
257 ADMIN -
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800258 maxResults: integer, A parameter
Dan O'Mearadd494642020-05-01 07:42:23 -0700259 x__xgafv: string, V1 error format.
John Asmuth614db982014-04-24 15:46:26 -0400260 Allowed values
Dan O'Mearadd494642020-05-01 07:42:23 -0700261 1 - v1 error format
262 2 - v2 error format
John Asmuth614db982014-04-24 15:46:26 -0400263
264Returns:
265 An object of the form:
266
267 {
Bu Sun Kim65020912020-05-20 12:08:20 -0700268 &quot;items&quot;: [ # The list of Pages for a Blog.
John Asmuth614db982014-04-24 15:46:26 -0400269 {
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800270 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was last updated.
271 &quot;status&quot;: &quot;A String&quot;, # The status of the page for admin resources (either LIVE or DRAFT).
272 &quot;title&quot;: &quot;A String&quot;, # The title of this entity. This is the name displayed in the Admin user interface.
273 &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800274 &quot;author&quot;: { # The author of this Page.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800275 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800276 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
277 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800278 &quot;image&quot;: { # The creator&#x27;s avatar.
279 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700280 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700281 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800282 &quot;url&quot;: &quot;A String&quot;, # The URL that this Page is displayed at.
283 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was published.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800284 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800285 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800286 &quot;content&quot;: &quot;A String&quot;, # The body content of this Page, in HTML.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800287 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#page.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800288 &quot;blog&quot;: { # Data about the blog containing this Page.
289 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this page.
290 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800291 },
John Asmuth614db982014-04-24 15:46:26 -0400292 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800293 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#pageList.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800294 &quot;nextPageToken&quot;: &quot;A String&quot;, # Pagination token to fetch the next page, if one exists.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800295 &quot;etag&quot;: &quot;A String&quot;, # Etag of the response.
John Asmuth614db982014-04-24 15:46:26 -0400296 }</pre>
297</div>
298
299<div class="method">
Craig Citroe633be12015-03-02 13:40:36 -0800300 <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
301 <pre>Retrieves the next page of results.
302
303Args:
304 previous_request: The request for the previous page. (required)
305 previous_response: The response from the request for the previous page. (required)
306
307Returns:
Bu Sun Kim65020912020-05-20 12:08:20 -0700308 A request object that you can call &#x27;execute()&#x27; on to request the next
Craig Citroe633be12015-03-02 13:40:36 -0800309 page. Returns None if there are no more items in the collection.
310 </pre>
311</div>
312
313<div class="method">
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700314 <code class="details" id="patch">patch(blogId, pageId, body=None, revert=None, publish=None, x__xgafv=None)</code>
Dan O'Mearadd494642020-05-01 07:42:23 -0700315 <pre>Patches a page.
John Asmuth614db982014-04-24 15:46:26 -0400316
317Args:
Dan O'Mearadd494642020-05-01 07:42:23 -0700318 blogId: string, A parameter (required)
319 pageId: string, A parameter (required)
320 body: object, The request body.
John Asmuth614db982014-04-24 15:46:26 -0400321 The object takes the form of:
322
323{
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800324 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was last updated.
325 &quot;status&quot;: &quot;A String&quot;, # The status of the page for admin resources (either LIVE or DRAFT).
326 &quot;title&quot;: &quot;A String&quot;, # The title of this entity. This is the name displayed in the Admin user interface.
327 &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800328 &quot;author&quot;: { # The author of this Page.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800329 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800330 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
331 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800332 &quot;image&quot;: { # The creator&#x27;s avatar.
333 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700334 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800335 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800336 &quot;url&quot;: &quot;A String&quot;, # The URL that this Page is displayed at.
337 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was published.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800338 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800339 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800340 &quot;content&quot;: &quot;A String&quot;, # The body content of this Page, in HTML.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800341 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#page.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800342 &quot;blog&quot;: { # Data about the blog containing this Page.
343 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this page.
344 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800345}
John Asmuth614db982014-04-24 15:46:26 -0400346
Bu Sun Kim65020912020-05-20 12:08:20 -0700347 revert: boolean, A parameter
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700348 publish: boolean, A parameter
Dan O'Mearadd494642020-05-01 07:42:23 -0700349 x__xgafv: string, V1 error format.
350 Allowed values
351 1 - v1 error format
352 2 - v2 error format
John Asmuth614db982014-04-24 15:46:26 -0400353
354Returns:
355 An object of the form:
356
357 {
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800358 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was last updated.
359 &quot;status&quot;: &quot;A String&quot;, # The status of the page for admin resources (either LIVE or DRAFT).
360 &quot;title&quot;: &quot;A String&quot;, # The title of this entity. This is the name displayed in the Admin user interface.
361 &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800362 &quot;author&quot;: { # The author of this Page.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800363 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800364 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
365 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800366 &quot;image&quot;: { # The creator&#x27;s avatar.
367 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700368 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800369 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800370 &quot;url&quot;: &quot;A String&quot;, # The URL that this Page is displayed at.
371 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was published.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800372 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800373 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800374 &quot;content&quot;: &quot;A String&quot;, # The body content of this Page, in HTML.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800375 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#page.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800376 &quot;blog&quot;: { # Data about the blog containing this Page.
377 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this page.
378 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800379 }</pre>
John Asmuth614db982014-04-24 15:46:26 -0400380</div>
381
382<div class="method">
Dan O'Mearadd494642020-05-01 07:42:23 -0700383 <code class="details" id="publish">publish(blogId, pageId, x__xgafv=None)</code>
384 <pre>Publishes a page.
Craig Citro065b5302014-08-14 00:47:23 -0700385
386Args:
Dan O'Mearadd494642020-05-01 07:42:23 -0700387 blogId: string, A parameter (required)
388 pageId: string, A parameter (required)
389 x__xgafv: string, V1 error format.
390 Allowed values
391 1 - v1 error format
392 2 - v2 error format
Craig Citro065b5302014-08-14 00:47:23 -0700393
394Returns:
395 An object of the form:
396
397 {
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800398 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was last updated.
399 &quot;status&quot;: &quot;A String&quot;, # The status of the page for admin resources (either LIVE or DRAFT).
400 &quot;title&quot;: &quot;A String&quot;, # The title of this entity. This is the name displayed in the Admin user interface.
401 &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800402 &quot;author&quot;: { # The author of this Page.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800403 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800404 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
405 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800406 &quot;image&quot;: { # The creator&#x27;s avatar.
407 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700408 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800409 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800410 &quot;url&quot;: &quot;A String&quot;, # The URL that this Page is displayed at.
411 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was published.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800412 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800413 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800414 &quot;content&quot;: &quot;A String&quot;, # The body content of this Page, in HTML.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800415 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#page.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800416 &quot;blog&quot;: { # Data about the blog containing this Page.
417 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this page.
418 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800419 }</pre>
Craig Citro065b5302014-08-14 00:47:23 -0700420</div>
421
422<div class="method">
Dan O'Mearadd494642020-05-01 07:42:23 -0700423 <code class="details" id="revert">revert(blogId, pageId, x__xgafv=None)</code>
424 <pre>Reverts a published or scheduled page to draft state.
Craig Citro065b5302014-08-14 00:47:23 -0700425
426Args:
Dan O'Mearadd494642020-05-01 07:42:23 -0700427 blogId: string, A parameter (required)
428 pageId: string, A parameter (required)
429 x__xgafv: string, V1 error format.
430 Allowed values
431 1 - v1 error format
432 2 - v2 error format
Craig Citro065b5302014-08-14 00:47:23 -0700433
434Returns:
435 An object of the form:
436
437 {
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800438 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was last updated.
439 &quot;status&quot;: &quot;A String&quot;, # The status of the page for admin resources (either LIVE or DRAFT).
440 &quot;title&quot;: &quot;A String&quot;, # The title of this entity. This is the name displayed in the Admin user interface.
441 &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800442 &quot;author&quot;: { # The author of this Page.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800443 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800444 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
445 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800446 &quot;image&quot;: { # The creator&#x27;s avatar.
447 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700448 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800449 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800450 &quot;url&quot;: &quot;A String&quot;, # The URL that this Page is displayed at.
451 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was published.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800452 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800453 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800454 &quot;content&quot;: &quot;A String&quot;, # The body content of this Page, in HTML.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800455 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#page.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800456 &quot;blog&quot;: { # Data about the blog containing this Page.
457 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this page.
458 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800459 }</pre>
Craig Citro065b5302014-08-14 00:47:23 -0700460</div>
461
462<div class="method">
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800463 <code class="details" id="update">update(blogId, pageId, body=None, publish=None, revert=None, x__xgafv=None)</code>
Dan O'Mearadd494642020-05-01 07:42:23 -0700464 <pre>Updates a page by blog id and page id.
John Asmuth614db982014-04-24 15:46:26 -0400465
466Args:
Dan O'Mearadd494642020-05-01 07:42:23 -0700467 blogId: string, A parameter (required)
468 pageId: string, A parameter (required)
469 body: object, The request body.
John Asmuth614db982014-04-24 15:46:26 -0400470 The object takes the form of:
471
472{
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800473 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was last updated.
474 &quot;status&quot;: &quot;A String&quot;, # The status of the page for admin resources (either LIVE or DRAFT).
475 &quot;title&quot;: &quot;A String&quot;, # The title of this entity. This is the name displayed in the Admin user interface.
476 &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800477 &quot;author&quot;: { # The author of this Page.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800478 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800479 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
480 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800481 &quot;image&quot;: { # The creator&#x27;s avatar.
482 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700483 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800484 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800485 &quot;url&quot;: &quot;A String&quot;, # The URL that this Page is displayed at.
486 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was published.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800487 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800488 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800489 &quot;content&quot;: &quot;A String&quot;, # The body content of this Page, in HTML.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800490 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#page.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800491 &quot;blog&quot;: { # Data about the blog containing this Page.
492 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this page.
493 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800494}
John Asmuth614db982014-04-24 15:46:26 -0400495
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700496 publish: boolean, A parameter
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800497 revert: boolean, A parameter
Dan O'Mearadd494642020-05-01 07:42:23 -0700498 x__xgafv: string, V1 error format.
499 Allowed values
500 1 - v1 error format
501 2 - v2 error format
John Asmuth614db982014-04-24 15:46:26 -0400502
503Returns:
504 An object of the form:
505
506 {
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800507 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was last updated.
508 &quot;status&quot;: &quot;A String&quot;, # The status of the page for admin resources (either LIVE or DRAFT).
509 &quot;title&quot;: &quot;A String&quot;, # The title of this entity. This is the name displayed in the Admin user interface.
510 &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800511 &quot;author&quot;: { # The author of this Page.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800512 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800513 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
514 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800515 &quot;image&quot;: { # The creator&#x27;s avatar.
516 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700517 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800518 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800519 &quot;url&quot;: &quot;A String&quot;, # The URL that this Page is displayed at.
520 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Page was published.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800521 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800522 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800523 &quot;content&quot;: &quot;A String&quot;, # The body content of this Page, in HTML.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800524 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#page.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800525 &quot;blog&quot;: { # Data about the blog containing this Page.
526 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this page.
527 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800528 }</pre>
John Asmuth614db982014-04-24 15:46:26 -0400529</div>
530
531</body></html>