curl --request POST \
--url https://api.hubapi.com/content/api/v2/pages/{page_id}/push-buffer-live{
"id": 352531415,
"name": "Contact Us",
"slug": "my-api-demo-page-slug",
"html_title": "The API Test Page",
"published_url": "http://62515.hs-sites.com/my-api-demo-page-slug",
"updated": 1441239877000
}Updates the page with the contents of the UI save buffer. This works effectively the same as clicking the save button in the UI.
curl --request POST \
--url https://api.hubapi.com/content/api/v2/pages/{page_id}/push-buffer-live{
"id": 352531415,
"name": "Contact Us",
"slug": "my-api-demo-page-slug",
"html_title": "The API Test Page",
"published_url": "http://62515.hs-sites.com/my-api-demo-page-slug",
"updated": 1441239877000
}Scope requirements
The unique identifier for the page
Successfully pushed buffer live
The response is of type object.
Was this page helpful?