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": {}
}
'
{}

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

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.

Last modified on April 13, 2026