edit_post
Update an existing Velog post by changing its title, body, tags, URL slug, series, or privacy. Requires authentication.
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 | |
| is_private | No | Whether the post is private |