update_comment
Modify an existing comment widget on a mural. Change its message, position, reference widget, or parent by providing mural ID, widget ID, and properties.
Instructions
Update a comment widget on a mural.
Args:
mural_id: The mural ID.
widget_id: The widget ID of the comment.
properties: Object with fields to update. Supported fields:
x, y, message, referenceWidgetId, parentId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mural_id | Yes | ||
| widget_id | Yes | ||
| properties | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |