ghost_update_post
Update a Ghost CMS post by its ID to change content, title, status, tags, and SEO details.
Instructions
Update an existing post in Ghost CMS by ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Post ID (24 hex characters) | |
| html | No | New post content in HTML | |
| tags | No | Updated list of tag names | |
| title | No | New title for the post | |
| status | No | Updated status | |
| featured | No | Featured flag | |
| markdown | No | New post content in Markdown | |
| meta_title | No | SEO Meta Title | |
| visibility | No | Access visibility | |
| published_at | No | ISO 8601 publication date string | |
| feature_image | No | Updated feature image URL | |
| custom_excerpt | No | Updated custom excerpt | |
| meta_description | No | SEO Meta Description |