Passer au contenu principal
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
}

Paramètres de chemin

blog_post_id
integer<int64>
requis

Unique identifier for a particular blog post

Réponse

200 - application/json

Validation result

succeeded
boolean
Last modified on April 2, 2026