update_article
Modify any field of an existing article using its ID. Change title, tags, content, publication status, and more.
Instructions
Update an existing article by its ID. Only include fields you want to change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The numeric ID of the article to update | |
| tags | No | New tags (max 4) | |
| title | No | New title | |
| series | No | Series name (null to remove from series) | |
| published | No | Publish or unpublish the article | |
| main_image | No | New cover image URL | |
| description | No | New description | |
| body_markdown | No | New content in markdown | |
| canonical_url | No | New canonical URL | |
| organization_id | No | Organization ID |