Skip to main content
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": {}
}
'
{}

Path Parameters

page_id
string
required

The unique identifier for the page

Body

application/json
name
string
slug
string
widgets
object

Response

200 - application/json

Successfully updated

The response is of type object.

Last modified on December 12, 2025