Articles on: API

Edit blog post

PATCH
https://app.unicornplatform.com/api/v1/blog_posts/seobot_hook/{seobot_api_key}/{seobot_post_id}

Edit an existing blog post.

{seobot_api_key} can be acquired in the Blog settings:



{seobot_post_id} is a unique string identifier that was assigned on POST request.

Body



NameTypeDescriptionRequired
slugstringPath of the new blog post. Must be unique across the blog.No
htmlstringHTML content of the new post.No
headlinestringMeta title.No
metaDescriptionstringMeta description.No
metaKeywordsstringMeta keywords. Aren't used anywhere at this moment.No
thumbnailUrlstringSource URL of the post's thumbnail image.No
createdAtstringPublication date. Must be in this format: YYYY-MM-DDTHH:MM:SS.No
publishedbooleanWhether or not the new post is publicly available.No
directorystringSpecify the subdirectory for the new blog post. Goes to the default directory if not specified. Example: "nocode".No
is_deletedbooleanMark the post as deleted.No


Response



200 OK

{
    "success": true
}

Updated on: 06/02/2024

Was this article helpful?

Share your feedback

Cancel

Thank you!