POST
/
content
/
api
/
v2
/
blog-posts
/
{blog_post_id}
/
validate-buffer
Validates the auto-save buffer version of the blog post
curl --request POST \
  --url https://api.hubapi.com/content/api/v2/blog-posts/{blog_post_id}/validate-buffer
{
  "succeeded": true
}

Authorizations

hapikey
string
query
required

Path Parameters

blog_post_id
integer
required

Unique identifier for a particular blog post

Response

200 - application/json

Validation result

The response is of type object.