Update Blog Post
neuron_update_blog_postUpdate an existing blog post's content, metadata, status, or SEO fields. Only provided fields are changed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Unique identifier (UUID) of the blog post to update | |
| title | No | New title for the blog post | |
| status | No | New publication status for the post | |
| content | No | New body content in markdown format. Supports raw HTML inline via rehype-raw: images/GIFs via , videos via <video>, YouTube/Loom embeds via <iframe>, collapsible sections via <details>/<summary>, plus <mark>, <kbd>, <abbr>. | |
| excerpt | No | New short summary or preview text | |
| seoTitle | No | New custom SEO title override | |
| seoKeywords | No | New list of SEO keywords | |
| coverImageUrl | No | New URL for the cover image | |
| seoDescription | No | New meta description for search engines |