Update item comment
plaky_update_item_commentUpdate the text of a specific comment on a Plaky item by providing the comment ID and new content.
Instructions
Edit the text of an existing comment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | New comment text. | |
| itemId | Yes | Unique item identifier. | |
| boardId | Yes | Unique board identifier. | |
| spaceId | Yes | Unique space identifier. | |
| repliesToId | No | Id of the comment this is a reply to. | |
| itemCommentId | Yes | Unique comment identifier. |