cURL
curl --request GET \ --url https://api.hubapi.com/content/api/v2/layouts/{layoutId}/has-buffered-changes
{ "has_buffered_changes": true }
Returns a dictionary with has_buffered_changes boolean depending on if the buffer is different from the live object.
The ID of the layout
Successful response
Whether there are buffered changes
Was this page helpful?