update_sticky_note
Modify an existing sticky note on a mural by providing the widget ID and desired property updates like position, text, styling, or tags.
Instructions
Update a sticky note widget on a mural.
Args:
mural_id: The mural ID.
widget_id: The widget ID of the sticky note.
properties: Object with fields to update. Supported fields:
x, y, width, height, rotation, text, htmlText,
style: { backgroundColor, bold, italic, underline, strike, font, fontSize, textAlign, border },
tags, title, hyperlink, hyperlinkTitle, parentId, hidden.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mural_id | Yes | ||
| widget_id | Yes | ||
| properties | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |