update_issue_comment_by_comment_id
Modify an existing issue comment by its ID with a new body, enabling corrections or edits to comments on media request issues.
Instructions
Update issue comment.
PUT /api/v1/issueComment/{commentId}
Args: comment_id: Path parameter. body: Request payload. Read the matching GET or the /schema endpoint first to see the fields this resource expects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| comment_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |