update-comment
Modify an existing comment on a KanbanFlow task by specifying its task ID, comment ID, and updated text or metadata.
Instructions
Update an existing comment on a task
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | Yes | ID of the task containing the comment | |
| commentId | Yes | ID of the comment to update | |
| text | No | New comment text | |
| authorUserId | No | Comment author ID | |
| createdTimestamp | No | UTC creation timestamp | |
| updatedTimestamp | No | UTC update timestamp (defaults to current time) |