Page Summary
-
Publish a draft post using the Blogger API.
-
The method requires authorization and specifies the required HTTP request format.
-
The request uses
blogIdandpostIdas required parameters and can include an optionalpublishDate. -
A successful response returns a Posts resource.
Requires authorization
Publish a draft post. Try it now .
Request
HTTP request
POST https://www.googleapis.com/blogger/v3/blogs/ blogId /posts/ postId /publish
Parameters
blogId
string
postId
string
publishDate
datetime
Authorization
This request requires authorization with at least one of the following scopes ( read more about authentication and authorization ).
| Scope |
|---|
https://www.googleapis.com/auth/blogger
|
Request body
Do not supply a request body with this method.
Response
If successful, this method returns a Posts resource in the response body.
Try it!
Use the APIs Explorer below to call this method on live data and see the response.


