v1
latestOpenAPI 3.0.02026-07-2417611.8 MBAuthoring sites
Update a page.
Updates the page metadata specified by page-id in the site specified by site-id. Move of a page to a different parent or repositioning with other sibling pages is not supported, use the move endpoint instead. The full page metadata must be supplied, partial updates are not supported. <br />User roles: admin, manager, editor
put/authoring/v1/sites/{site-id}/pages/{page-id}
Path parameters
site-idstring uuid required
The ID of the site.
page-idstring uuid required
ID of page.
Query parameters
forceOverrideboolean
Force update of the existing page metadata without requiring the current rev value. When set to true this request will overwrite the stored page metadata regardless of a difference in revisions.
Request body
Response
Page successfully updated.