update_task_comment
Update an existing comment on a Planfix task by specifying the task and comment IDs. Modify comment text, attachments, visibility, and notification recipients.
Instructions
Обновить комментарий к задаче
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Number of task | |
| files | No | Existing Planfix files attached to the comment. Each item must contain an existing file id. | |
| silent | No | Silent mode | false |
| isHidden | No | Whether the comment is hidden. | |
| isPinned | No | Whether the comment is pinned. | |
| sourceId | No | Unique identifier of the third-party application or system. | |
| commentId | Yes | Number of comment | |
| recipients | No | Comment notification recipients. Specify employees or contacts in users, existing groups in groups, and roles in roles. | |
| description | No | Updated comment text. | |
| sourceObjectId | No | Unique identifier of the specific object in the third-party application or system. | |
| sourceDataVersion | No | Version of the object data in the third-party application or system. |