Legacy
English
cURL
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": {} }'
{}
Updates a page in the database. If not all top level fields are included in the body, we will only update the included fields.
The unique identifier for the page
Successfully updated
The response is of type object.
object
Was this page helpful?