Update Blog Post
neuron_update_blog_postUpdate an existing blog post by specifying its UUID and any fields to change, including title, content, status, SEO metadata, and cover image.
Instructions
Update an existing blog post
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Post UUID | |
| title | No | Post title | |
| status | No | Post status | |
| content | No | Post content | |
| excerpt | No | Short summary | |
| seoTitle | No | SEO title | |
| seoKeywords | No | SEO keywords | |
| coverImageUrl | No | Cover image URL | |
| seoDescription | No | Meta description |