update_comment
Update a comment's body or set its privacy status. Use when you need to modify the text or visibility of an existing comment.
Instructions
Patch a comment's body or visibility.
Empty payload (no fields supplied) → backend returns 422.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment_id | Yes | ||
| body | No | ||
| is_private | No |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |