CMS
English
cURL
curl --request POST \ --url https://api.hubapi.com/cms/v3/pages/site-pages/{objectId}/draft/push-live \ --header 'Authorization: Bearer <token>'
This response has no body data.
Take any changes from the draft version of the Site Page and apply them to the live version.
content
The access token received from the authorization server in the OAuth 2.0 flow.
The id of the Site Page for which it's draft will be pushed live.
Was this page helpful?