AI-generated Key Takeaways
- 
          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
| Parameter name | Value | Description | 
|---|---|---|
| Required parameters | ||
| blogId | string | The ID of the Blog. | 
| postId | string | The ID of the Post. | 
| Optional parameters | ||
| publishDate | datetime | The date and time to schedule the publishing of the Post. | 
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.
