update_item
Modify an existing Qiita article by updating its title, content, tags, or visibility settings using the item ID.
Instructions
Update an existing Qiita item
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_id | Yes | Item ID to update | |
| title | No | New title | |
| body | No | New body in Markdown | |
| tags | No | New tags (array of {name, versions?}) | |
| private | No | Whether the item is private |