get_comment
Retrieve detailed information about specific comments on the Qiita developer community platform using comment IDs to access comment content and metadata.
Instructions
指定されたコメントの詳細情報を取得します
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| commentId | Yes | コメントID |
Input Schema (JSON Schema)
{
"properties": {
"commentId": {
"description": "コメントID",
"type": "string"
}
},
"required": [
"commentId"
],
"type": "object"
}