import_item
Import Qiita articles with custom timestamps to preserve original creation and update dates during migration or data transfer.
Instructions
Import an item with custom created_at/updated_at timestamps
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Item title | |
| body | Yes | Item body in Markdown | |
| tags | Yes | Tags (array of {name, versions?}) | |
| private | No | Whether the item is private (default: false) | |
| created_at | No | Original creation date (ISO 8601 format) | |
| updated_at | No | Original update date (ISO 8601 format) |