Saltar al contenido principal
POST
/
content
/
api
/
v2
/
pages
/
{page_id}
/
versions
/
restore
Restore a previous version of a Page
curl --request POST \
  --url https://api.hubapi.com/content/api/v2/pages/{page_id}/versions/restore \
  --header 'Content-Type: application/json' \
  --data '
{
  "version_id": "3280956201"
}
'

Parámetros de ruta

page_id
string
requerido

The unique identifier for the page

Cuerpo

application/json
version_id
integer
requerido

The version number to restore

Respuesta

200

Successfully restored version

Última modificación el 13 de abril de 2026