edit_post
Update an existing CoderLegion post by ID and slug, changing its title, Markdown content, tags, or category to keep published articles current.
Instructions
Edit an existing post on CoderLegion
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Post ID (numeric) | |
| slug | Yes | Post URL slug | |
| tags | No | New comma-separated tags | |
| title | No | New title | |
| content | No | New content in Markdown | |
| category | No | New category ID |