dooray_post_log_update
Update a comment or activity log on a Dooray post by specifying project, post, and log IDs with the new body content; set confirm to true after user approval to apply the change.
Instructions
update a comment or activity log of a Dooray post
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| logId | Yes | log id, or comment id | |
| postId | Yes | post id | |
| confirm | Yes | must be true to execute this write operation; set it only after the user has confirmed the change | |
| operation | Yes | The operation to perform | |
| projectId | Yes | project id |