linear_updateComment
Update an existing comment in Linear by providing its ID and optionally the new body, quoted text, or subscriber list.
Instructions
Update an existing comment
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the comment to update | |
| body | No | Updated comment body | |
| quotedText | No | Optional quoted text for inline comments | |
| resolvingCommentId | No | Optional resolving comment ID | |
| resolvingUserId | No | Optional resolving user ID | |
| subscriberIds | No | Optional subscriber IDs | |
| doNotSubscribeToIssue | No | Prevent auto subscription on update |