update_devto_article
Update an existing dev.to article by its numeric ID. Modify title, description, tags, body, or other optional fields.
Instructions
Update an existing dev.to article by numeric article id.
Only fields provided as non-null arguments are sent. Pass api_key or set DEVTO_API_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| title | No | ||
| series | No | ||
| api_key | No | ||
| published | No | ||
| article_id | Yes | ||
| main_image | No | ||
| description | No | ||
| body_markdown | No | ||
| canonical_url | No | ||
| organization_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |