Saltar al contenido principal
PUT
/
content
/
api
/
v2
/
pages
/
{page_id}
Update a page
curl --request PUT \
  --url https://api.hubapi.com/content/api/v2/pages/{page_id} \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "slug": "<string>",
  "widgets": {}
}
'
{}

Parámetros de ruta

page_id
string
requerido

The unique identifier for the page

Cuerpo

application/json
name
string
slug
string
widgets
object

Respuesta

200 - application/json

Successfully updated

The response is of type object.

Última modificación el 13 de abril de 2026