Saltar al contenido principal
POST
/
content
/
api
/
v2
/
pages
/
{page_id}
/
validate-buffer
Validates the auto-save buffer version of the Page
curl --request POST \
  --url https://api.hubapi.com/content/api/v2/pages/{page_id}/validate-buffer
{
  "succeeded": true
}

Parámetros de ruta

page_id
string
requerido

The unique identifier for the page

Respuesta

200 - application/json

Validation result

succeeded
boolean
Última modificación el 13 de abril de 2026