update_page
Update a Ghost page by ID, modifying only specified fields. Publish a draft or unpublish a page by changing its status.
Instructions
Update an existing page by id; only the fields you pass are changed.
Pass status="published" to publish a draft, or status="draft" to
unpublish. An empty html is treated as "leave the body unchanged", so it
never blanks a page. Returns the updated page summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| html | No | ||
| title | No | ||
| status | No | ||
| excerpt | No | ||
| page_id | Yes | ||
| meta_title | No | ||
| feature_image | No | ||
| meta_description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||