Saltar al contenido 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
}

Documentation Index

Fetch the complete documentation index at: https://developers.hubspot.es/docs/llms.txt

Use this file to discover all available pages before exploring further.

Parámetros de ruta

blog_post_id
integer<int64>
requerido

Unique identifier for a particular blog post

Respuesta

200 - application/json

Validation result

succeeded
boolean
Last modified on April 13, 2026