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
| Operation | Type |
|---|---|
updateAdminCmsPage | Mutation |
Input
| Field | Type | Required | Notes |
|---|---|---|---|
id | ID! | yes | Resource IRI. |
locale | String! | yes | Which locale block is being updated. |
channels | [Int!]! | yes | Non-empty. |
<locale> | Object | yes | { url_key, page_title, html_content, meta_* }. |

