Skip to content

CMS Page — Update

Equivalent to PUT /api/admin/cms/pages/{id}.

Prerequisites

The example uses an illustrative id value. Replace it with the id of a CMS page that exists in your store — use the adminCmsPages query to discover valid ids.

Operation

OperationType
updateAdminCmsPageMutation

Input

FieldTypeRequiredNotes
idID!yesResource IRI.
localeString!yesWhich locale block is being updated.
channels[Int!]!yesNon-empty.
<locale>Objectyes{ url_key, page_title, html_content, meta_* }.

Released under the MIT License.