Bulk update page metadata

Bulk update page-level metadata for up to 100 pages. Site context is inferred from the page IDs in the request. All pages must belong to the same site. The same page ID may appear multiple times when each entry uses a different `localeId`. Duplicate `id` + `localeId` combinations return a `400` error. <Tip title="Localization tip">Provide `localeId` to update a secondary locale. `localeId` must belong to a secondary locale for the site.</Tip> Required scope | `pages:write`

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

Details of the page metadata updates to apply
pageslist of objectsRequired

List of page metadata updates to apply. Include between 1 and 100 pages per request. The same id may appear multiple times when each entry uses a different localeId.

Response

Request was successful
pageslist of objects
List of updated pages

Errors