v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-13331555.5 KB
posts

Inserts a post.

post/v3/blogs/{blogId}/posts

Path parameters

blogIdstring required

Query parameters

fetchBodyboolean
fetchImagesboolean
isDraftboolean

Request body

selfLinkstring

The API REST URL to fetch this resource from.

publishedstring

RFC 3339 date-time when this Post was published.

labelsstring[]

The list of labels this Post was tagged with.

kindstring

The kind of this entity. Always blogger#post.

customMetaDatastring

The JSON meta-data for the Post.

titleLinkstring

The title link URL, similar to atom's related link.

trashedstring

RFC 3339 date-time when this Post was last trashed.

idstring

The identifier of this Post.

status'LIVE' | 'DRAFT' | 'SCHEDULED' | 'SOFT_TRASHED'

Status of the post. Only set for admin-level requests.

contentstring

The content of the Post. May contain HTML markup.

urlstring

The URL where this Post is displayed.

updatedstring

RFC 3339 date-time when this Post was last updated.

titlestring

The title of the Post.

readerComments'ALLOW' | 'DONT_ALLOW_SHOW_EXISTING' | 'DONT_ALLOW_HIDE_EXISTING'

Comment control and display setting for readers of this post.

etagstring

Etag of the resource.

Response

Successful response