article_update
Update your own article by ID with new Markdown content. Provide article ID and new content; optional title. Ownership check ensures only the author can make changes.
Instructions
Обновить СВОЮ статью по id (PUT /api/articles/{id}; id бери из article_list). content — Markdown; title необязателен (как в article_publish, иначе берётся из «# ...»). Только владелец — чужую вернёт 403.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | id статьи из article_list | |
| title | No | ||
| content | Yes | Новое тело в Markdown |