Update Comment
update_commentReplace the content of an existing comment in AFFiNE while preserving its thread. Use this to edit comments without starting a new thread.
Instructions
Replace the content of an existing comment. This preserves the comment thread; use create_comment for a new thread.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Comment id returned by list_comments or create_comment. | |
| content | Yes | Replacement comment content accepted by AFFiNE. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| ok | No | ||
| code | No | ||
| kind | No | ||
| error | No | ||
| details | No | ||
| success | No | ||
| commentId | No | ||
| retryable | No |