weeek_update_task_comment
Edit an existing Weeek task comment in Markdown to correct or update it in place, using comment_id from the task's comment list.
Instructions
Rewrite one of your comments (Markdown), keeping it in place instead of posting a correction after it. comment_id comes from weeek_list_task_comments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | New comment body as Markdown. | |
| task_id | Yes | ||
| comment_id | Yes |