v1

latestOpenAPI 3.1.02026-07-242470655.6 KB

Import Blog Post

Import a single blog post and append it to an existing site blog

post/sites/multiscreen/{site_name}/blog/posts/import

Path parameters

site_namestring required

The unique identifier of the target Site.

Request body

authorstring

The name of the blog post author. Must not be longer than 200 characters.

contentstring required

The content of the post. Must be a base64 encoding of an RSS HTML equivalent.

descriptionstring required

The description of the blog post.

titlestring required

The title of the blog post. Must not be longer than 200 characters.

Response

200

idstring
titlestring
descriptionstring
contentstring
authorstring
thumbnailstring
main_imagestring

Example response

{
  "id": "String",
  "title": "String",
  "description": "String",
  "content": "String==",
  "author": "String",
  "thumbnail": "String",
  "main_image": "String"
}