Skip to main content
Version: v3

Update Blog Post

PUT 

/blogs/posts/:postId

The "Update Blog Post" API allows you update blog post for any given blog site. Please use blogs/post-update.write

Request

Version stringrequired

API Version

Available optionsv3
application/json

Bodyrequired

    titlestringrequired
    locationIdstringrequired
    blogIdstringrequired

    You can find the blog id from blog site dashboard link

    imageUrlstringrequired
    descriptionstringrequired
    rawHTMLstringrequired
    statusstringrequired
    Available optionsDRAFTPUBLISHEDSCHEDULEDARCHIVED
    imageAltTextstringrequired
    categoriesstring[]required

    This needs to be array of category ids, which you can get from the category get api call.

    tagsstring[]
    authorstringrequired

    This needs to be author id, which you can get from the author get api call.

    urlSlugstringrequired
    wordCountnumberrequired
    canonicalLinkstring
    publishedAtstringrequired

    Provide ISO timestamp

application/json

Successful response

Schema
    updatedBlogPostobjectrequired

    Object containing response data of blog post update