edit_post
Change a Velog post's content and settings. Provide the post ID to update its title, body, tags, slug, series, thumbnail, or privacy.
Instructions
Edit an existing post on Velog (requires authentication)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Post ID to edit | |
| body | No | New body (markdown) | |
| tags | No | New tags | |
| title | No | New title | |
| url_slug | No | New URL slug | |
| series_id | No | Series ID | |
| thumbnail | No | New thumbnail image URL | |
| is_private | No | Whether the post is private |