update_contact_comment
Update a comment on a contact in Planfix, including its text, attachments, and notification recipients.
Instructions
Обновить комментарий к контакту
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Number of contact | |
| 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. |