update_qiita_article
Modify an existing Qiita article by updating its title, body, tags, privacy status, organization, or slide mode using the article ID. Simplifies content management on Qiita.
Instructions
update an existing Qiita article
Input Schema
Name | Required | Description | Default |
---|---|---|---|
body | Yes | Markdown formatted content | |
item_id | Yes | The ID of the article to update | |
organization_url_name | No | The url_name of the organization for the article | |
private | No | Whether the article is private | |
slide | No | Whether to enable slide mode | |
tags | No | List of tags for the article | |
title | Yes | Article title |