update_comment
Update a Docmost comment by replacing its body with new Markdown content. Provide the comment ID and the new Markdown text.
Instructions
Replace an existing Docmost comment's body with new Markdown content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| markdown | Yes | New comment body as Markdown; replaces the existing content. Tag users with `[Display Name](user:USER_UUID)` (see list_workspace_members). | |
| comment_id | Yes | The comment ID (UUID) to update. |