Update Page Metadata
Update Page-level metadata, including SEO and Open Graph fields.
Note: When updating Page Metadata in secondary locales, you may only add slug
to the request if your Site has the Advanced or Enterprise Localization add-on.
Required scope | pages:write
Path parameters
page_id
Unique identifier for a Page
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
localeId
Unique identifier for a specific locale. Applicable, when using localization.
Request
This endpoint expects an object.
id
Unique identifier for the Page
siteId
Unique identifier for the Site
title
Title of the Page
slug
slug of the Page (derived from title)
parentId
Identifier of the parent folder
collectionId
Unique identifier for a linked Collection, value will be null if the Page is not part of a Collection.
createdOn
The date the Page was created
lastUpdated
The date the Page was most recently updated
archived
Whether the Page has been archived
draft
Whether the Page is a draft
canBranch
Indicates whether the Page supports Page Branching
isBranch
Indicates whether the Page is a Branch of another Page Page Branching
seo
SEO-related fields for the Page
openGraph
Open Graph fields for the Page
localeId
Unique ID of the page locale
publishedPath
Relative path of the published page URL
Response
Request was successful
id
Unique identifier for the Page
siteId
Unique identifier for the Site
title
Title of the Page
slug
slug of the Page (derived from title)
parentId
Identifier of the parent folder
collectionId
Unique identifier for a linked Collection, value will be null if the Page is not part of a Collection.
createdOn
The date the Page was created
lastUpdated
The date the Page was most recently updated
archived
Whether the Page has been archived
draft
Whether the Page is a draft
canBranch
Indicates whether the Page supports Page Branching
isBranch
Indicates whether the Page is a Branch of another Page Page Branching
seo
SEO-related fields for the Page
openGraph
Open Graph fields for the Page
localeId
Unique ID of the page locale
publishedPath
Relative path of the published page URL