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

Response

200 - application/json

Successfully updated

The response is of type object.