Update a page
update_pageUpdate a page's fields or SEO meta by passing only the fields you want changed. Use it to backfill meta descriptions on auto-created pages.
Instructions
Patch a page's fields and/or SEO meta. Only the fields you pass are touched. Use this to backfill meta_* on a page that was auto-created by register_component. Free; doesn't consume credits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Numeric page id (use list_pages or get_page to find it). | |
| slug | No | New URL slug — collides with other pages will 409. | |
| type | No | Page type. | |
| title | No | New page title. | |
| og_image | No | ||
| og_title | No | ||
| is_active | No | ||
| meta_title | No | Pass null to clear. | |
| is_homepage | No | Promote to homepage (any previous homepage is demoted). | |
| canonical_url | No | ||
| og_description | No | ||
| meta_description | No | ||
| exclude_from_search | No |