Update a published Hashnode post
hashnode_update_postUpdate an already-published Hashnode post by changing only the fields you specify. Modify title, content, subtitle, tags, or cover image.
Instructions
Update fields of an already-published post. Only provided fields are changed.
Args:
post_id (string, required): Post ID (from hashnode_list_posts or hashnode_get_post)
title (string, optional): New title
content_markdown (string, optional): New content in Markdown
subtitle (string, optional): New subtitle
tags (array, optional): New tags [{ name, slug }]
cover_image_url (string, optional): New cover image URL
response_format: 'markdown' or 'json'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | New tags [{ name, slug }] | |
| title | No | New title | |
| post_id | Yes | Post ID to update | |
| subtitle | No | New subtitle | |
| cover_image_url | No | New cover image URL | |
| response_format | No | Output format: 'markdown' (default) or 'json' | markdown |
| content_markdown | No | New content in Markdown |