Update an existing comment
esa_update_commentUpdate an existing comment in an esa team by providing its comment ID and new Markdown content. Specify the team and optionally set the author.
Instructions
Updates an existing comment in an esa team by comment ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | No | Comment author's screen_name (owner permission required) | |
| bodyMd | Yes | The updated comment content in Markdown format. Use 4 spaces for indentation. | |
| teamName | No | Team name (required). Use esa_get_teams first to see available teams. | |
| commentId | Yes | The comment ID to update |