import_comment
Add a comment to a Qiita article with optional timestamps for creation and update dates. Specify the article ID and comment content in Markdown format.
Instructions
Import a comment on an item with optional created_at and updated_at timestamps
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_id | Yes | The ID of the item | |
| body | Yes | The comment body in Markdown | |
| created_at | No | ISO 8601 timestamp for when the comment was created | |
| updated_at | No | ISO 8601 timestamp for when the comment was updated |