PUT
/
content
/
api
/
v2
/
pages
/
{page_id}
/
buffer
Updates the auto-save buffer
curl --request PUT \
  --url https://api.hubapi.com/content/api/v2/pages/{page_id}/buffer \
  --header 'Content-Type: application/json' \
  --data '{
  "widgets": {},
  "widget_containers": {}
}'
{
  "id": 352531415,
  "name": "Contact Us",
  "slug": "my-api-demo-page-slug",
  "html_title": "The API Test Page",
  "has_user_changes": true,
  "updated": 1441239877000
}

Path Parameters

page_id
string
required

The unique identifier for the page

Body

application/json

Response

200 - application/json

Successfully updated buffer

The response is of type object.