v1

latestOpenAPI 3.1.02026-07-242470655.6 KB

Update Blog Post

Updates a blog post.

patch/sites/multiscreen/{site_name}/blog/posts/{post_id}

Path parameters

site_namestring required

The unique identifier of the target Site.

post_idstring required

The unique identifier of the blog post.

Request body

author_namestring

The author name of the blog post.

descriptionstring

The description for the blog post.

meta_titlestring

The title of the page (inside the <title> HTML tag).

no_indexboolean
pathstring

Should be unique from other pages/posts on the site.

publish_datestring date-time

This field must be provided in the ISO 8601 format: yyyy-MM-dd'T'HH:mm:ss (e.g., 2024-12-25T08:30:15). This timestamp is used only for display purposes. It does not affect the post’s published status and cannot be used to schedule a future publication.

schedule_publish_datestring date-time

This field must be provided in the ISO 8601 format: yyyy-MM-dd'T'HH:mm:ss (e.g., 2024-12-25T08:30:15). Post will be published on the specified date.

tagsstring[]

The tags for the blog post.

titlestring

The title of the blog post.

Response

200