todoist_comment_update
Update a Todoist comment's content by providing its ID and new text. Supports markdown for formatted updates.
Instructions
Update an existing comment's content by comment ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment_id | Yes | ID of the comment to update (required) | |
| content | Yes | New content for the comment (supports markdown) |